comparison riff.c @ 1434:cfc938c2abbe libavformat

IMC decoder
author kostya
date Mon, 30 Oct 2006 13:48:48 +0000
parents d8cde666839c
children ca301b0f2c7d
comparison
equal deleted inserted replaced
1433:dababce8f69e 1434:cfc938c2abbe
192 { CODEC_ID_SONIC_LS, 0x2048 }, 192 { CODEC_ID_SONIC_LS, 0x2048 },
193 { CODEC_ID_ADPCM_CT, 0x200 }, 193 { CODEC_ID_ADPCM_CT, 0x200 },
194 { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, 194 { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
195 { CODEC_ID_TRUESPEECH, 0x22 }, 195 { CODEC_ID_TRUESPEECH, 0x22 },
196 { CODEC_ID_FLAC, 0xF1AC }, 196 { CODEC_ID_FLAC, 0xF1AC },
197 { CODEC_ID_IMC, 0x401 },
197 198
198 /* FIXME: All of the IDs below are not 16 bit and thus illegal. */ 199 /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
199 { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') }, 200 { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
200 { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') }, 201 { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
201 { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') }, 202 { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },