Patch attached. (APIchanges even uses the wrong major version.) - Andreas
From 51232a1e903fdd11bd6a3fd5d7b20dd970f259c3 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinha...@outlook.com> Date: Sat, 17 May 2025 15:08:48 +0200 Subject: [PATCH] avfilter/version: Bump minor for avfilter_link_get_hw_frames_ctx()
Forgotten in e2f39671ae2b644eddc14f0b5d997569729c7843. Also add the proper version in APIchanges. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- doc/APIchanges | 2 +- libavfilter/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index d0869561f3..9048d4491a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,7 +2,7 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: -2025-02-xx - xxxxxxxxxx - lavfi 10.10.100 - avfilter.h +2025-05-15 - e2f39671ae - lavfi 11.1.100 - avfilter.h Add avfilter_link_get_hw_frames_ctx(). 2025-04-21 - xxxxxxxxxx - lavu 60.2.100 - log.h diff --git a/libavfilter/version.h b/libavfilter/version.h index d5a6bc143a..1e884d9b44 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 0 +#define LIBAVFILTER_VERSION_MINOR 1 #define LIBAVFILTER_VERSION_MICRO 100 -- 2.45.2
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".