Browse Source

fate: make sure the global sws flags are set to be bitexact for scalenorm

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
f9f79cb0ec
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/lavfi-regression.sh
  2. +1
    -1
      tests/ref/lavfi/scalenorm

+ 1
- 1
tests/lavfi-regression.sh View File

@@ -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" "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=::sws_flags=+accurate_rnd+bitexact"

# TODO: add tests for
# direct rendering,


+ 1
- 1
tests/ref/lavfi/scalenorm View File

@@ -1 +1 @@
scalenorm a6222528806dee9c438ce9a5f66220e4
scalenorm cad5d7b40b213deecc1d156cf45fc70d

Loading…
Cancel
Save