[FFmpeg-devel] [PATCH v5 12/12] avfilter/vf_scale: switch to new swscale API

Michael Niedermayer michael at niedermayer.cc
Tue Nov 12 03:47:45 EET 2024


On Mon, Nov 11, 2024 at 08:56:16AM +0100, Niklas Haas wrote:
> From: Niklas Haas <git at haasn.dev>
> 
> Most logic from this filter has been co-opted into swscale itself,
> allowing the resulting filter to be substantially simpler as it no
> longer has to worry about context initialization, interlacing, etc.
> 
> Sponsored-by: Sovereign Tech Fund
> Signed-off-by: Niklas Haas <git at haasn.dev>
> ---
>  libavfilter/vf_scale.c | 354 +++++++++--------------------------------
>  1 file changed, 72 insertions(+), 282 deletions(-)

seems to break fate:

--- ./tests/ref/pixfmt/rgb24-gray	2024-11-08 22:48:59.100234070 +0100
+++ tests/data/fate/pixfmt-rgb24-gray	2024-11-12 02:05:05.919310631 +0100
@@ -1,2 +1,2 @@
-f4d49bf8321d4348d900a947ff6122b4 *tests/data/pixfmt/rgb24-gray.yuv
+4a02ab9881f8815926da9574218a8e50 *tests/data/pixfmt/rgb24-gray.yuv
 7603200 tests/data/pixfmt/rgb24-gray.yuv
Test pixfmt-rgb24-gray failed. Look at tests/data/fate/pixfmt-rgb24-gray.err for details.
make: *** [tests/Makefile:311: fate-pixfmt-rgb24-gray] Error 1

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241112/9e7918df/attachment.sig>


More information about the ffmpeg-devel mailing list