Mercurial > libavcodec.hg
changeset 9492:bdb94921332a libavcodec
Introduce codec id for MPEG-4 ALS and associate it with corresponding
AudioObjectType. Also bump libavcodec minor version.
author | jai_menon |
---|---|
date | Fri, 17 Apr 2009 19:17:14 +0000 |
parents | 28978a75c865 |
children | f9828d48e19c |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Apr 17 19:14:11 2009 +0000 +++ b/avcodec.h Fri Apr 17 19:17:14 2009 +0000 @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 25 +#define LIBAVCODEC_VERSION_MINOR 26 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -313,6 +313,7 @@ CODEC_ID_MP1, CODEC_ID_TWINVQ, CODEC_ID_TRUEHD, + CODEC_ID_MP4ALS, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000,