diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-10-01 15:54:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-10-07 22:16:09 +0200 |
commit | 283f950a65b187c5a38d1c0322b821812c5d8861 (patch) | |
tree | 8f2bc2599bf909a94de59d69823fa5b0408a926d /libavcodec/version.h | |
parent | a086b73e1f7ae90f7ab17b3a0c40c40c1ff2c8a0 (diff) | |
download | ffmpeg-283f950a65b187c5a38d1c0322b821812c5d8861.tar.gz |
avcodec: add Cintel RAW decoder
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 a6057e3fe5..935a46940d 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 109 +#define LIBAVCODEC_VERSION_MINOR 110 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |