lavc: bump minor and add Changelog entry for the Vulkan H265 encoder

This commit is contained in:
Lynne 2024-09-17 20:54:44 +02:00
parent 4b4f0b68f8
commit 0aa4ac0faf
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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, \