diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-15 13:28:13 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-03-17 16:07:25 +0100 |
commit | fed0de3728c201ac15d8cf9bb1acc046a1b5230e (patch) | |
tree | 153ff69faab056dee500fb8a118321d1a5cb85a8 /libavcodec/version.h | |
parent | 0bbc4914da07bfe3351354e0f2fa85e5cb437e98 (diff) | |
download | ffmpeg-fed0de3728c201ac15d8cf9bb1acc046a1b5230e.tar.gz |
avcodec: add CRI HCA 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 a94ed92668..1f19b67adc 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 75 +#define LIBAVCODEC_VERSION_MINOR 76 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |