diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-09-14 11:14:15 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-08-29 21:04:54 +0200 |
commit | 7c0b3ba7ddaa6540560c8b7884697a7487b669e4 (patch) | |
tree | 675c57f6b2f2bfed0b236bb535b8dc76ca2f4dda /libavcodec/version.h | |
parent | 0067da587a08d32c1eaafa6d10eb27660f03c07a (diff) | |
download | ffmpeg-7c0b3ba7ddaa6540560c8b7884697a7487b669e4.tar.gz |
avcodec: add IMM5 decoder
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 cda6dbae47..ed767c8867 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 55 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 56 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |