theoraenc: fix template caps creation on big endian systems
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 23 Dec 2011 22:51:59 +0000 (22:51 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 23 Dec 2011 22:51:59 +0000 (22:51 +0000)
ext/theora/gsttheoraenc.c

index e7795e0..5d22062 100644 (file)
@@ -598,7 +598,7 @@ theora_enc_get_supported_formats (void)
   static const struct
   {
     th_pixel_fmt pixelformat;
-    const char fourcc[];
+    const char fourcc[5];
   } formats[] = {
     {
     TH_PF_420, "I420"}, {