diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-14 11:35:26 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-24 13:33:29 +0200 |
commit | 5c2d7acb4f99d688b174103972934d10013c085a (patch) | |
tree | ba3be4b9ecf219a91cd240f35834b7b0d34ff548 /libavcodec/version.h | |
parent | aed8f40d45683c8febfbf98a7863352ff0530309 (diff) | |
download | ffmpeg-5c2d7acb4f99d688b174103972934d10013c085a.tar.gz |
avcodec: add IPU Video decoder and parser
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5ce4ba55d9..85b96c8c20 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 106 +#define LIBAVCODEC_VERSION_MINOR 107 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |