diff options
author | Robert Marston <rmarston@gmail.com> | 2008-04-14 14:31:43 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-04-14 14:31:43 +0000 |
commit | 861c63a21694e6a1c889c6fb8b98ff265ee4d67d (patch) | |
tree | a8ecc408c0fd1103e240bb041430064727f36679 /libavcodec/avcodec.h | |
parent | 6f7b915a0d69ea33a6777c35f720cf31f122ed02 (diff) | |
download | ffmpeg-861c63a21694e6a1c889c6fb8b98ff265ee4d67d.tar.gz |
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
Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 118542ef68..ce03cabde4 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -235,6 +235,7 @@ enum CodecID { CODEC_ID_ADPCM_IMA_EA_SEAD, CODEC_ID_ADPCM_IMA_EA_EACS, CODEC_ID_ADPCM_EA_XAS, + CODEC_ID_ADPCM_EA_MAXIS_XA, /* AMR */ CODEC_ID_AMR_NB= 0x12000, |