comparison avienc.c @ 733:ec09d6e383b4 libavformat

Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
author michael
date Wed, 20 Apr 2005 09:42:47 +0000
parents dc20bf86353f
children af4e24d6310c
comparison
equal deleted inserted replaced
732:1221cba1c069 733:ec09d6e383b4
178 { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') }, 178 { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') },
179 { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') }, 179 { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') },
180 { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') }, 180 { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
181 { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, 181 { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
182 { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') }, 182 { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
183 { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
183 { CODEC_ID_RAWVIDEO, 0 }, 184 { CODEC_ID_RAWVIDEO, 0 },
184 { 0, 0 }, 185 { 0, 0 },
185 }; 186 };
186 187
187 unsigned int codec_get_tag(const CodecTag *tags, int id) 188 unsigned int codec_get_tag(const CodecTag *tags, int id)