diff vocenc.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 9cff515fd4c6
children 1d3d17de20ba
line wrap: on
line diff
--- a/vocenc.c	Sun Aug 24 16:22:40 2008 +0000
+++ b/vocenc.c	Sun Aug 24 16:51:50 2008 +0000
@@ -99,5 +99,5 @@
     voc_write_header,
     voc_write_packet,
     voc_write_trailer,
-    .codec_tag=(const AVCodecTag*[]){ff_voc_codec_tags, 0},
+    .codec_tag=(const AVCodecTag* const []){ff_voc_codec_tags, 0},
 };