comparison avienc.c @ 863:227caa55d8ea libavformat

Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
author melanson
date Thu, 13 Oct 2005 04:31:55 +0000
parents 66cc656ea404
children 7af647503b67
comparison
equal deleted inserted replaced
862:aa0abab5e320 863:227caa55d8ea
186 { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, 186 { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
187 { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') }, 187 { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
188 { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') }, 188 { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
189 { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') }, 189 { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
190 { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') }, 190 { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
191 { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') },
191 { CODEC_ID_RAWVIDEO, 0 }, 192 { CODEC_ID_RAWVIDEO, 0 },
192 { 0, 0 }, 193 { 0, 0 },
193 }; 194 };
194 195
195 unsigned int codec_get_tag(const CodecTag *tags, int id) 196 unsigned int codec_get_tag(const CodecTag *tags, int id)