[FFmpeg-cvslog] tests: do not set bogus scale sws_flags option in the scalenorm test

Stefano Sabatini git at videolan.org
Sun Oct 28 17:21:45 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Oct 28 17:15:15 2012 +0100| [74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a] | committer: Stefano Sabatini

tests: do not set bogus scale sws_flags option in the scalenorm test

sws_flags is not a valid scale option, and thus is ignored.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a
---

 tests/lavfi-regression.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index b917416..2b354da 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -132,7 +132,7 @@ do_lavfi_lavd() {
 
 do_lavfi_lavd "life"                 "life=s=40x40:r=5:seed=42:mold=64" -t 2
 do_lavfi_lavd "testsrc"              "testsrc=r=7:n=2:d=10"
-do_lavfi_lavd "scalenorm"            "sws_flags=+accurate_rnd+bitexact;testsrc=s=128x96:d=1:r=5,format=yuv420p[a];testsrc=s=160x120:d=1:r=5[b];[a][b]concat=unsafe=1,scale=::sws_flags=+accurate_rnd+bitexact"
+do_lavfi_lavd "scalenorm"            "sws_flags=+accurate_rnd+bitexact;testsrc=s=128x96:d=1:r=5,format=yuv420p[a];testsrc=s=160x120:d=1:r=5[b];[a][b]concat=unsafe=1,scale"
 
 # TODO: add tests for
 # direct rendering,



More information about the ffmpeg-cvslog mailing list