diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-28 16:46:24 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-12 11:01:10 +0300 |
commit | 37eeb5e273cdea19a7c9979e0d032dbc0868df88 (patch) | |
tree | e7ac3d30bcbe75b7a5fe90e6d8d43dd056f434ca /libavcodec/version.h | |
parent | 372597e5381c097455a7b73849254d56083eb056 (diff) | |
download | ffmpeg-37eeb5e273cdea19a7c9979e0d032dbc0868df88.tar.gz |
Support AAC encoding via the external library fdk-aac
Signed-off-by: Martin Storsjö <martin@martin.st>
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 6f47df96cf..48db12e50a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 18 +#define LIBAVCODEC_VERSION_MINOR 19 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |