diff options
author | Kieran Kunhya <kierank@ob-encoder.com> | 2013-06-22 10:16:11 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-06-24 08:03:26 +0200 |
commit | 95d52464542f532061290192518d5fe1c1930e8d (patch) | |
tree | 230b2f45399420dad0b1f26d344d816321ff6abc /libavcodec/version.h | |
parent | ace87c19ed4c4882d7b9b3ce512c4c195e39a203 (diff) | |
download | ffmpeg-95d52464542f532061290192518d5fe1c1930e8d.tar.gz |
lavc: Add option to encode MPEG-2 AAC with libfdk-aac
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3405ce9b47..7c82519e06 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 9 +#define LIBAVCODEC_VERSION_MINOR 10 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |