diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-30 18:15:22 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-03 12:01:27 +0100 |
commit | c89e075d5a66e095c4c21d6bb7ecd80bb1137f73 (patch) | |
tree | f016ef6aa27f5d8f38c22baa2f6012b7ca190906 /libavcodec/version.h | |
parent | 474665346616e446ecd1407002fdf5f88201bf72 (diff) | |
download | ffmpeg-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 02c2a089e6..cc4e2367b6 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, \ |