theoraenc: make logically static const data just so
https://bugzilla.gnome.org/show_bug.cgi?id=663391
This commit is contained in:
parent
c1aab3e0a7
commit
a81cb3ef7f
@ -575,10 +575,10 @@ theora_enc_get_supported_formats (void)
|
||||
{
|
||||
th_enc_ctx *encoder;
|
||||
th_info info;
|
||||
struct
|
||||
static const struct
|
||||
{
|
||||
th_pixel_fmt pixelformat;
|
||||
const char *fourcc;
|
||||
const char fourcc[];
|
||||
} formats[] = {
|
||||
{
|
||||
TH_PF_420, "I420"}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user