aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-09-17 20:54:44 +0200
committerLynne <dev@lynne.ee>2024-09-17 21:12:32 +0200
commit0aa4ac0faf639583ea875aaea4daca435cbd2005 (patch)
tree73166c2a34def98628e4d4a42343341ca09e96bc
parent4b4f0b68f89f86a882097a346f0e49468bb86cb4 (diff)
downloadffmpeg-0aa4ac0faf639583ea875aaea4daca435cbd2005.tar.gz
lavc: bump minor and add Changelog entry for the Vulkan H265 encoder
-rw-r--r--Changelog1
-rw-r--r--libavcodec/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 77a286f875..4c9c2c6878 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,7 @@ version <next>:
- 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, \