PR #21604 opened by Steven Xiao (younengxiao) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21604 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21604.patch
Bump library version for filter "mestimate_d3d12". This is the follow-up for commit https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21217/commits Signed-off-by: younengxiao <[email protected]> >From 2fbb66614114a1274857e84a035dec9d15f13c63 Mon Sep 17 00:00:00 2001 From: stevxiao <[email protected]> Date: Thu, 29 Jan 2026 09:06:20 -0500 Subject: [PATCH] avfilter: version bump for filter mestimate_d3d12 Bump library version for filter "mestimate_d3d12". This is the follow-up for commit https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21217/commits Signed-off-by: younengxiao <[email protected]> --- libavfilter/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index 44dacc29be..64cd692ab6 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,8 +31,8 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 11 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 12 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
