Răsfoiți Sursa

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

Lynne 1 an în urmă
părinte
comite
0aa4ac0faf
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      Changelog
  2. 1 1
      libavcodec/version.h

+ 1 - 0
Changelog

@@ -22,6 +22,7 @@ version <next>:
 - YUV colorspace negotiation for codecs and filters, obsoleting the
 - YUV colorspace negotiation for codecs and filters, obsoleting the
   YUVJ pixel format
   YUVJ pixel format
 - Vulkan H.264 encoder
 - Vulkan H.264 encoder
+- Vulkan H.265 encoder
 
 
 
 
 version 7.0:
 version 7.0:

+ 1 - 1
libavcodec/version.h

@@ -29,7 +29,7 @@
 
 
 #include "version_major.h"
 #include "version_major.h"
 
 
-#define LIBAVCODEC_VERSION_MINOR  14
+#define LIBAVCODEC_VERSION_MINOR  15
 #define LIBAVCODEC_VERSION_MICRO 100
 #define LIBAVCODEC_VERSION_MICRO 100
 
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \