diff options
author | Lynne <dev@lynne.ee> | 2024-09-17 20:54:44 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-09-17 21:12:32 +0200 |
commit | 0aa4ac0faf639583ea875aaea4daca435cbd2005 (patch) | |
tree | 73166c2a34def98628e4d4a42343341ca09e96bc | |
parent | 4b4f0b68f89f86a882097a346f0e49468bb86cb4 (diff) | |
download | ffmpeg-0aa4ac0faf639583ea875aaea4daca435cbd2005.tar.gz |
lavc: bump minor and add Changelog entry for the Vulkan H265 encoder
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavcodec/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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, \ |