comparison libmpdemux/demux_lavf.c @ 21771:4f317822d1fc

first step toward amr-nb muxing support
author michael
date Fri, 29 Dec 2006 18:56:28 +0000
parents 43c8f1aa82bb
children 2158c95b71f6
comparison
equal deleted inserted replaced
21770:7b549b0ee467 21771:4f317822d1fc
85 { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n')}, 85 { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n')},
86 { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1')}, 86 { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1')},
87 { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K')}, 87 { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K')},
88 { CODEC_ID_WESTWOOD_SND1, MKTAG('S', 'N', 'D', '1')}, 88 { CODEC_ID_WESTWOOD_SND1, MKTAG('S', 'N', 'D', '1')},
89 { CODEC_ID_XAN_DPCM, MKTAG('A', 'x', 'a', 'n')}, 89 { CODEC_ID_XAN_DPCM, MKTAG('A', 'x', 'a', 'n')},
90 { CODEC_ID_AMR_NB, MKTAG('n', 'b', 0, 0)},
90 { 0, 0 }, 91 { 0, 0 },
91 }; 92 };
92 93
93 const CodecTag mp_bmp_tags[] = { 94 const CodecTag mp_bmp_tags[] = {
94 { CODEC_ID_DSICINVIDEO, MKTAG('D', 'C', 'I', 'V')}, 95 { CODEC_ID_DSICINVIDEO, MKTAG('D', 'C', 'I', 'V')},