[FFmpeg-devel] [PATCH v5 12/12] avfilter/vf_scale: switch to new swscale API
James Almer
jamrial at gmail.com
Tue Nov 12 03:58:40 EET 2024
On 11/11/2024 10:47 PM, Michael Niedermayer wrote:
> 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
It's more than just that one: https://patchwork.ffmpeg.org/check/110887/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241111/cb210afc/attachment.sig>
More information about the ffmpeg-devel
mailing list