theoraenc: make logically static const data just so

https://bugzilla.gnome.org/show_bug.cgi?id=663391
This commit is contained in:
Vincent Penquerc'h 2011-11-04 10:57:40 +00:00
parent c1aab3e0a7
commit a81cb3ef7f

View file

@ -575,10 +575,10 @@ theora_enc_get_supported_formats (void)
{ {
th_enc_ctx *encoder; th_enc_ctx *encoder;
th_info info; th_info info;
struct static const struct
{ {
th_pixel_fmt pixelformat; th_pixel_fmt pixelformat;
const char *fourcc; const char fourcc[];
} formats[] = { } formats[] = {
{ {
TH_PF_420, "I420"}, { TH_PF_420, "I420"}, {