diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-28 17:15:15 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-28 17:20:50 +0100 |
commit | 74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a (patch) | |
tree | 8637033d6c52c8ebe60ef573c8dd899205879834 /tests/lavfi-regression.sh | |
parent | f472d01c25a875d46a2b178c7817a9e44ab57ebd (diff) | |
download | ffmpeg-74e81b4de1813c9c9d3db6a8c0fc7d4a909a474a.tar.gz |
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.
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index b917416306..2b354da644 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, |