[FFmpeg-cvslog] fate/scale2ref_keep_aspect: switch to vf_scale ref_*
Niklas Haas
git at videolan.org
Fri May 3 15:26:54 EEST 2024
ffmpeg | branch: master | Niklas Haas <git at haasn.dev> | Wed Apr 24 12:25:55 2024 +0200| [5b5e692da636688311e792e9847713a1b339c517] | committer: Niklas Haas
fate/scale2ref_keep_aspect: switch to vf_scale ref_*
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b5e692da636688311e792e9847713a1b339c517
---
tests/filtergraphs/scale2ref_keep_aspect | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/filtergraphs/scale2ref_keep_aspect b/tests/filtergraphs/scale2ref_keep_aspect
index f407460ec7..00b04fc3d1 100644
--- a/tests/filtergraphs/scale2ref_keep_aspect
+++ b/tests/filtergraphs/scale2ref_keep_aspect
@@ -1,5 +1,4 @@
sws_flags=+accurate_rnd+bitexact;
testsrc=size=320x240 [main];
testsrc=size=640x360 [ref];
-[main][ref] scale2ref=iw/4:ow/mdar [main][ref];
-[ref] nullsink
+[main][ref] scale=rw/4:ow/dar [main]
More information about the ffmpeg-cvslog
mailing list