diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-04-22 19:22:56 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-04-23 08:06:30 +0800 |
commit | 7fd70ad9e97c57efcf7734a5c80e83d52606efa9 (patch) | |
tree | d7ad0977d8fa872cfc3d010266b1ee13015af6ea | |
parent | b8243b3edfe91dcd74621edd5fd4f5f95b7bf8f3 (diff) | |
download | ffmpeg-7fd70ad9e97c57efcf7734a5c80e83d52606efa9.tar.gz |
lavc/version: bump minor version for DOVI sidedata
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-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 8cff2e855b..ad85fb15e5 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 80 +#define LIBAVCODEC_VERSION_MINOR 81 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |