diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-25 14:18:24 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-02-27 17:13:21 +0100 |
commit | a4c22e3cac1aac61b6110753376b3a2bef4da0ec (patch) | |
tree | 32ac000bc84f0db4c6a616cefb24200c727c3c7b | |
parent | 48f3d4311354749f9dc346b38c5b86b1a3626025 (diff) | |
download | ffmpeg-a4c22e3cac1aac61b6110753376b3a2bef4da0ec.tar.gz |
fate: add test for the life video source.
-rwxr-xr-x | tests/lavfi-regression.sh | 1 | ||||
-rw-r--r-- | tests/ref/lavfi/life | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 17a805521e..faa7bdd269 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -97,6 +97,7 @@ do_lavfi_lavd() { $ENC_OPTS -vcodec rawvideo $* -f nut md5: } +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" # TODO: add tests for diff --git a/tests/ref/lavfi/life b/tests/ref/lavfi/life new file mode 100644 index 0000000000..96522d4075 --- /dev/null +++ b/tests/ref/lavfi/life @@ -0,0 +1 @@ +life d88400e27716b6e7102251bb3b6a30d6 |