comparison 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
comparison
equal deleted inserted replaced
1678:71078c1009c4 1679:ba58d49d4685
99 CODEC_ID_PCM_U8, 99 CODEC_ID_PCM_U8,
100 CODEC_ID_NONE, 100 CODEC_ID_NONE,
101 voc_write_header, 101 voc_write_header,
102 voc_write_packet, 102 voc_write_packet,
103 voc_write_trailer, 103 voc_write_trailer,
104 .codec_tag={voc_codec_tags}, 104 .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
105 }; 105 };