diff options
author | James Almer <jamrial@gmail.com> | 2023-07-17 17:55:30 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-10-06 10:11:18 -0300 |
commit | 804be7f9e3c52ba38efb13e2ef1737061b2e9d0f (patch) | |
tree | c313500ee11b17cb358c88e41e53058278631854 /libavcodec/version.h | |
parent | d76b0c4a3530005ce59ec1dcaefcb8dd03c4e0ce (diff) | |
download | ffmpeg-804be7f9e3c52ba38efb13e2ef1737061b2e9d0f.tar.gz |
avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data
Signed-off-by: James Almer <jamrial@gmail.com>
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 aeb58e3fed..a51282e33d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 30 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |