summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorKieran Kunhya <kieran@kunhya.com>2016-01-29 17:23:33 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-29 17:26:42 -0800
commite07e88cd82f78644ddcb10d7d3e0dd624fffe274 (patch)
tree2d3a4c17a7633d970652ef066ca20251c5896f11 /libavcodec/version.h
parent9ba54c1b82a81581e5283da75c153a76f04324c0 (diff)
downloadffmpeg-streaming-e07e88cd82f78644ddcb10d7d3e0dd624fffe274.zip
ffmpeg-streaming-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 07341a8..ae8f2ba 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, \
OpenPOWER on IntegriCloud