aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorThomas Siedel <thomas.ff@spin-digital.com>2024-06-05 21:51:46 +0200
committerNuo Mi <nuomi2021@gmail.com>2024-06-15 21:00:05 +0800
commitc75940db290478df657c09089605d221dc47118e (patch)
tree0a501d1144242b00e79a781147edcd28ca023d86 /libavcodec/version.h
parent4e4444f97c0d7de7825d31c96cb1cad17e0125b9 (diff)
downloadffmpeg-c75940db290478df657c09089605d221dc47118e.tar.gz
avcodec: add external enc libvvenc for H266/VVC
Add external encoder VVenC for H266/VVC encoding. Register new encoder libvvenc. Add libvvenc to wrap the vvenc interface. libvvenc implements encoder option: preset,qp,qpa,period, passlogfile,stats,vvenc-params,level,tier. Enable encoder by adding --enable-libvvenc in configure step. Co-authored-by: Christian Bartnik chris10317h5@gmail.com Signed-off-by: Thomas Siedel <thomas.ff@spin-digital.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7acb261bb3..37c4c39451 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 7
+#define LIBAVCODEC_VERSION_MINOR 8
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \