Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11885:0e777af9160a | 11886:2d81202be6e2 |
|---|---|
| 28 | 28 |
| 29 #include <errno.h> | 29 #include <errno.h> |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 | 31 |
| 32 #define LIBAVCODEC_VERSION_MAJOR 52 | 32 #define LIBAVCODEC_VERSION_MAJOR 52 |
| 33 #define LIBAVCODEC_VERSION_MINOR 76 | 33 #define LIBAVCODEC_VERSION_MINOR 77 |
| 34 #define LIBAVCODEC_VERSION_MICRO 0 | 34 #define LIBAVCODEC_VERSION_MICRO 0 |
| 35 | 35 |
| 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ | 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
| 37 LIBAVCODEC_VERSION_MINOR, \ | 37 LIBAVCODEC_VERSION_MINOR, \ |
| 38 LIBAVCODEC_VERSION_MICRO) | 38 LIBAVCODEC_VERSION_MICRO) |
