Browse Source

fate: add tests for testsrc.

This test uses the lavfi device and
is ready for more similar tests.
tags/n0.11
Nicolas George 14 years ago
parent
commit
47bd0bc461
2 changed files with 13 additions and 0 deletions
  1. +12
    -0
      tests/lavfi-regression.sh
  2. +1
    -0
      tests/ref/lavfi/testsrc

+ 12
- 0
tests/lavfi-regression.sh View File

@@ -76,6 +76,18 @@ if [ -n "$do_pixdesc" ]; then
done
fi

do_lavfi_lavd() {
label=$1
graph=$2
shift 2
[ $test = $label ] || return 0
printf '%-20s' $label
run_avconv $DEC_OPTS -f lavfi -i $graph \
$ENC_OPTS -vcodec rawvideo $* -f nut md5:
}

do_lavfi_lavd "testsrc" "testsrc=r=7:n=2:d=10"

# TODO: add tests for
# direct rendering,
# chains with feedback loops

+ 1
- 0
tests/ref/lavfi/testsrc View File

@@ -0,0 +1 @@
testsrc 293ef5d915068333412acdceb2746a0a

Loading…
Cancel
Save