diff vocdec.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 a6cf9ee93fbb
line wrap: on
line diff
--- a/vocdec.c	Sun Jan 21 02:12:34 2007 +0000
+++ b/vocdec.c	Sun Jan 21 12:08:31 2007 +0000
@@ -152,5 +152,5 @@
     voc_read_header,
     voc_read_packet,
     voc_read_close,
-    .codec_tag={voc_codec_tags},
+    .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
 };