diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-19 21:40:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-11 14:55:51 +0300 |
commit | d89e738a0c63b30a60ca1688158d54b204824161 (patch) | |
tree | 3751ac1b63454fcdd63753f409ca76a1ba33aff2 /libavcodec/version.h | |
parent | 029f966c3aa73531a90cb14ca95057f2fb3f0a26 (diff) | |
download | ffmpeg-d89e738a0c63b30a60ca1688158d54b204824161.tar.gz |
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e40d4e5531..ac79d82fd7 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,8 +21,8 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 117 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 118 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |