Mercurial > libavcodec.hg
diff avcodec.h @ 11886:2d81202be6e2 libavcodec
Add HE-AAC v2 support to the AAC decoder.
| author | alexc |
|---|---|
| date | Sat, 19 Jun 2010 14:14:51 +0000 |
| parents | 6b1a63ea6e61 |
| children | 80916e795581 |
line wrap: on
line diff
--- a/avcodec.h Sat Jun 19 09:56:05 2010 +0000 +++ b/avcodec.h Sat Jun 19 14:14:51 2010 +0000 @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 76 +#define LIBAVCODEC_VERSION_MINOR 77 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
