ffmpeg | branch: master | Lynne <d...@lynne.ee> | Tue Sep 17 20:54:44 2024 +0200| [0aa4ac0faf639583ea875aaea4daca435cbd2005] | committer: Lynne
lavc: bump minor and add Changelog entry for the Vulkan H265 encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aa4ac0faf639583ea875aaea4daca435cbd2005 --- 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 <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, \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".