diff vocenc.c @ 1679:ba58d49d4685 libavformat

get rid of the [4] limitation of codec tag lists
author michael
date Sun, 21 Jan 2007 12:08:31 +0000
parents 71078c1009c4
children bbb1abaa43cb
line wrap: on
line diff
--- a/vocenc.c	Sun Jan 21 02:12:34 2007 +0000
+++ b/vocenc.c	Sun Jan 21 12:08:31 2007 +0000
@@ -101,5 +101,5 @@
     voc_write_header,
     voc_write_packet,
     voc_write_trailer,
-    .codec_tag={voc_codec_tags},
+    .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
 };