summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2021-12-10 16:34:52 +0100
committerLynne <dev@lynne.ee>2021-12-10 17:04:27 +0100
commitf45cbb775e47c9991cb518841b2c094e1046dff9 (patch)
tree4beab7091ed935d056b50cd8c64f3f00881d4464
parent0747768728b9bc67bc2883425fa7a315457708da (diff)
lavu: bump minor version and add doc/APIchanges entry for Vulkan changes
-rw-r--r--doc/APIchanges3
-rw-r--r--libavutil/version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2914ad6734..2d41d67818 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-11-10 - xxxxxxxxxx - lavu 57.11.100 - hwcontext_vulkan.h
+ Add AVVkFrame.offset and AVVulkanFramesContext.flags.
+
2021-11-xx - xxxxxxxxxx - lavfi 8.19.100 - avfilter.h
Add AVFILTER_FLAG_METADATA_ONLY.
diff --git a/libavutil/version.h b/libavutil/version.h
index 017fc277a6..0e7b36865a 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 10
-#define LIBAVUTIL_VERSION_MICRO 101
+#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \