diff options
author | Fei Wang <fei.w.wang@intel.com> | 2024-06-14 16:28:54 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2024-07-30 13:40:21 +0800 |
commit | d30a9fdc809c90fa39549e7dc9f040824488999a (patch) | |
tree | e83b08f22f717a9e5d1f4cc66d5ab8d3bc589ae1 /libavcodec/version.h | |
parent | cf9c398fc1c4efc53c0fdd9cd6a8099b9b2d4012 (diff) | |
download | ffmpeg-d30a9fdc809c90fa39549e7dc9f040824488999a.tar.gz |
lavc/qsvdec: Add VVC decoder
Signed-off-by: Fei Wang <fei.w.wang@intel.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 80e2ae630d..8b53586be1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 10 +#define LIBAVCODEC_VERSION_MINOR 11 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |