From: Vincent Penquerc'h Date: Fri, 4 Nov 2011 10:57:40 +0000 (+0000) Subject: theoraenc: make logically static const data just so X-Git-Tag: 1.19.3~511^2~6555^2~341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a81cb3ef7f7b06098278c4270bc61c4c05b49dcb;p=platform%2Fupstream%2Fgstreamer.git theoraenc: make logically static const data just so https://bugzilla.gnome.org/show_bug.cgi?id=663391 --- diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index 4ee0185..4d5d49d 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -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"}, {