From 9ed7e627d25a664611ab85c4f220637109228f86 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 3 Apr 2022 16:48:54 +0200 Subject: [PATCH 3/3] lavu: bump version and add APIchanges for Vulkan API changes --- doc/APIchanges | 5 +++++ libavutil/version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 1a9f0a303e..10999a1d9d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,11 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-04-03 - xxxxxxxxxx - lavu 57.25.100 - hwcontext_vulkan.h + Add AVVulkanDeviceContext.lock_queue/unlock_queue, + AVVulkanFramesContext.lock_frame/unlock_frame, and + AVVkFrame.queue_family. + 2022-03-16 - xxxxxxxxxx - all libraries - version_major.h Add lib/version_major.h as new installed headers, which only contain the major version number (and corresponding API deprecation diff --git a/libavutil/version.h b/libavutil/version.h index 6735c20090..dd7d20a9fa 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,8 +79,8 @@ */ #define LIBAVUTIL_VERSION_MAJOR 57 -#define LIBAVUTIL_VERSION_MINOR 24 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MINOR 25 +#define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ -- 2.35.1