diff avienc.c @ 3766:f062deeedb8d libavformat

Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
author reimar
date Sun, 24 Aug 2008 16:51:50 +0000
parents 27537074f2a9
children b2977baec240
line wrap: on
line diff
--- a/avienc.c	Sun Aug 24 16:22:40 2008 +0000
+++ b/avienc.c	Sun Aug 24 16:51:50 2008 +0000
@@ -602,6 +602,6 @@
     avi_write_header,
     avi_write_packet,
     avi_write_trailer,
-    .codec_tag= (const AVCodecTag*[]){codec_bmp_tags, codec_wav_tags, 0},
+    .codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, 0},
 };
 #endif //CONFIG_AVI_MUXER