diff options
author | Kieran Kunhya <kieran@kunhya.com> | 2016-01-29 17:23:33 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-29 17:26:42 -0800 |
commit | e07e88cd82f78644ddcb10d7d3e0dd624fffe274 (patch) | |
tree | 2d3a4c17a7633d970652ef066ca20251c5896f11 /libavcodec/version.h | |
parent | 9ba54c1b82a81581e5283da75c153a76f04324c0 (diff) | |
download | ffmpeg-e07e88cd82f78644ddcb10d7d3e0dd624fffe274.tar.gz |
avcodec: Remove libvo-aacenc support.
The internal encoder is superior to libvo-aacenc.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
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 07341a850d..ae8f2ba0e8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 22 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 23 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |