This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 016cee7a02f9de28af0808416bdc379879e79fc5 Author: Ramiro Polla <[email protected]> AuthorDate: Fri Jun 5 03:05:23 2026 +0200 Commit: Ramiro Polla <[email protected]> CommitDate: Fri Jun 5 22:35:55 2026 +0200 tests/fate/sws-unscaled: constrain to -backends unstable This is more explicit than -flags unstable, because it also excludes any pixel formats that are only handled by the legacy code. Sponsored-by: Sovereign Tech Fund Co-authored-by: Niklas Haas <[email protected]> Signed-off-by: Ramiro Polla <[email protected]> --- tests/fate/libswscale.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/libswscale.mak b/tests/fate/libswscale.mak index 030d88036e..ae20d90007 100644 --- a/tests/fate/libswscale.mak +++ b/tests/fate/libswscale.mak @@ -34,7 +34,7 @@ fate-sws-yuv-range: CMD = framecrc \ # This self-check currently fails for legacy swscale, so pass SWS_UNSTABLE to use the new code FATE_LIBSWSCALE-$(CONFIG_UNSTABLE) += fate-sws-unscaled fate-sws-unscaled: libswscale/tests/swscale$(EXESUF) -fate-sws-unscaled: CMD = run libswscale/tests/swscale$(EXESUF) -scaler none -flags unstable -v 16 +fate-sws-unscaled: CMD = run libswscale/tests/swscale$(EXESUF) -scaler none -backends unstable -v 16 ifneq ($(HAVE_BIGENDIAN),yes) # Disable on big endian because big endian platforms generate different op _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
