From 0aa4ac0faf639583ea875aaea4daca435cbd2005 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 17 Sep 2024 20:54:44 +0200 Subject: [PATCH] lavc: bump minor and add Changelog entry for the Vulkan H265 encoder --- Changelog | 1 + libavcodec/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 77a286f875..4c9c2c6878 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,7 @@ version : - YUV colorspace negotiation for codecs and filters, obsoleting the YUVJ pixel format - Vulkan H.264 encoder +- Vulkan H.265 encoder version 7.0: diff --git a/libavcodec/version.h b/libavcodec/version.h index 7531c6c42a..9b8c267529 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 14 +#define LIBAVCODEC_VERSION_MINOR 15 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \