diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-11-25 12:59:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-11-27 23:54:20 +0100 |
commit | ed58f8475fa8e659abc887fcd4ef1bd886be397d (patch) | |
tree | 0c3eaa6931948d26e8e62b6c9d613e103fcfdf94 /libavcodec/version.h | |
parent | 61dc7add30208a2ce24e0d1d14524e80832ba1b1 (diff) | |
download | ffmpeg-ed58f8475fa8e659abc887fcd4ef1bd886be397d.tar.gz |
avcodec: add mvha video 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 5c8e376ea1..efa9d743f7 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 63 +#define LIBAVCODEC_VERSION_MINOR 64 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |