comparison riff.c @ 2024:8b400be65542 libavformat

Atrac3 decoder.
author banan
date Tue, 17 Apr 2007 20:53:39 +0000
parents a2bb063b75b7
children d422ebae6dd1
comparison
equal deleted inserted replaced
2023:a3e79d6e4e3c 2024:8b400be65542
202 { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' }, 202 { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
203 { CODEC_ID_TRUESPEECH, 0x22 }, 203 { CODEC_ID_TRUESPEECH, 0x22 },
204 { CODEC_ID_FLAC, 0xF1AC }, 204 { CODEC_ID_FLAC, 0xF1AC },
205 { CODEC_ID_IMC, 0x401 }, 205 { CODEC_ID_IMC, 0x401 },
206 { CODEC_ID_GSM_MS, 0x31 }, 206 { CODEC_ID_GSM_MS, 0x31 },
207 { CODEC_ID_ATRAC3, 0x270 },
207 208
208 /* FIXME: All of the IDs below are not 16 bit and thus illegal. */ 209 /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
209 // for NuppelVideo (nuv.c) 210 // for NuppelVideo (nuv.c)
210 { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, 211 { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
211 { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') }, 212 { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },