comparison 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
comparison
equal deleted inserted replaced
1678:71078c1009c4 1679:ba58d49d4685
150 sizeof(voc_dec_context_t), 150 sizeof(voc_dec_context_t),
151 voc_probe, 151 voc_probe,
152 voc_read_header, 152 voc_read_header,
153 voc_read_packet, 153 voc_read_packet,
154 voc_read_close, 154 voc_read_close,
155 .codec_tag={voc_codec_tags}, 155 .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
156 }; 156 };