diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-29 17:03:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-04 16:01:53 +0200 |
commit | c8e38950e3aad0304ec861aa4985b866dceddc7c (patch) | |
tree | cee5f12ca2d48e630e8aa1c15a5d17394d7f0717 /libavcodec/version.h | |
parent | f901d75bf18c866933f90c052fb990736aee7c47 (diff) | |
download | ffmpeg-c8e38950e3aad0304ec861aa4985b866dceddc7c.tar.gz |
avcodec: add PhotoCD 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 687297b0e6..4b221f96ad 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 104 +#define LIBAVCODEC_VERSION_MINOR 105 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |