summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-30 18:15:22 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-03 12:01:27 +0100
commitc89e075d5a66e095c4c21d6bb7ecd80bb1137f73 (patch)
treef016ef6aa27f5d8f38c22baa2f6012b7ca190906 /libavcodec/version.h
parent474665346616e446ecd1407002fdf5f88201bf72 (diff)
downloadffmpeg-streaming-c89e075d5a66e095c4c21d6bb7ecd80bb1137f73.zip
ffmpeg-streaming-c89e075d5a66e095c4c21d6bb7ecd80bb1137f73.tar.gz
avcodec: add Interplay ACM decoder
Signed-off-by: Paul B Mahol <onemda@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 02c2a08..cc4e236 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 13
-#define LIBAVCODEC_VERSION_MICRO 102
+#define LIBAVCODEC_VERSION_MINOR 14
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud