diff mbox series

[FFmpeg-devel,v1,4/5] avcodec: increase minor version for H266/VVC

Message ID 20231103095720.32426-5-thomas.ff@spin-digital.com
State New
Headers show
Series Add support for H266/VVC encoding | expand

Commit Message

Thomas Siedel Nov. 3, 2023, 9:57 a.m. UTC
Increase avcodec minor version for VVenC support.

Signed-off-by: Thomas Siedel <thomas.ff@spin-digital.com>
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/version.h b/libavcodec/version.h
index d6f1440d54..62e7eba3db 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@ 
 
 #include "version_major.h"
 
-#define LIBAVCODEC_VERSION_MINOR  32
+#define LIBAVCODEC_VERSION_MINOR  33
 #define LIBAVCODEC_VERSION_MICRO 102
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \