diff options
author | Peter Ross <pross@xvid.org> | 2007-10-30 23:12:18 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-30 23:12:18 +0000 |
commit | 7bb65d8964f85baec4541e2f822149b391e13fb1 (patch) | |
tree | fd93e8dcf05d1036f0c8a8a942c1660ea877ed5a /libavcodec/avcodec.h | |
parent | 29c3d42b422ed1b538665341079e322a3b9488df (diff) | |
download | ffmpeg-7bb65d8964f85baec4541e2f822149b391e13fb1.tar.gz |
EA IMA SEAD decoder
original patch by Peter Ross
Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1e8179d513..af46996b9a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -33,8 +33,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(47<<8)+1) -#define LIBAVCODEC_VERSION 51.47.1 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(47<<8)+2) +#define LIBAVCODEC_VERSION 51.47.2 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) @@ -214,6 +214,7 @@ enum CodecID { CODEC_ID_ADPCM_EA_R1, CODEC_ID_ADPCM_EA_R3, CODEC_ID_ADPCM_EA_R2, + CODEC_ID_ADPCM_IMA_EA_SEAD, /* AMR */ CODEC_ID_AMR_NB= 0x12000, |