diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2007-10-15 16:26:02 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-10-15 16:26:02 +0000 |
commit | 636b13c5fcb8c9515cc84b5d77cdcd3533f17dcb (patch) | |
tree | 8fe4dc449de161e64acfccbc86c8cb25a8f7a6f0 /libavcodec/avcodec.h | |
parent | 85aec3bd480c5c9f8836989c988fc795478eedc3 (diff) | |
download | ffmpeg-636b13c5fcb8c9515cc84b5d77cdcd3533f17dcb.tar.gz |
Nellymoser ASAO decoder
Originally committed as revision 10741 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 52b76b31e6..9dfc728673 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)+(45<<8)+0) -#define LIBAVCODEC_VERSION 51.45.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0) +#define LIBAVCODEC_VERSION 51.46.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) @@ -264,6 +264,7 @@ enum CodecID { CODEC_ID_ATRAC3, CODEC_ID_VOXWARE, CODEC_ID_APE, + CODEC_ID_NELLYMOSER, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, |