comparison avcodec.h @ 6596:372ad1fe174d libavcodec

Maxis XA demuxer and decoder. Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM
author benoit
date Mon, 14 Apr 2008 14:31:43 +0000
parents e47a04d636a7
children 2bcbd8ff242c
comparison
equal deleted inserted replaced
6595:92eb6af449dc 6596:372ad1fe174d
233 CODEC_ID_ADPCM_EA_R3, 233 CODEC_ID_ADPCM_EA_R3,
234 CODEC_ID_ADPCM_EA_R2, 234 CODEC_ID_ADPCM_EA_R2,
235 CODEC_ID_ADPCM_IMA_EA_SEAD, 235 CODEC_ID_ADPCM_IMA_EA_SEAD,
236 CODEC_ID_ADPCM_IMA_EA_EACS, 236 CODEC_ID_ADPCM_IMA_EA_EACS,
237 CODEC_ID_ADPCM_EA_XAS, 237 CODEC_ID_ADPCM_EA_XAS,
238 CODEC_ID_ADPCM_EA_MAXIS_XA,
238 239
239 /* AMR */ 240 /* AMR */
240 CODEC_ID_AMR_NB= 0x12000, 241 CODEC_ID_AMR_NB= 0x12000,
241 CODEC_ID_AMR_WB, 242 CODEC_ID_AMR_WB,
242 243