diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-05 11:23:42 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-06 00:40:01 +0200 |
commit | 5780f9bbd5668a372eac63dddcb4cda06edfaed5 (patch) | |
tree | 9ac9be00fdbb62ee57a33813097046736a4e7b3a /tests/lavfi-regression.sh | |
parent | 77c991d8c54376646b7d365c05ee961b5d01c081 (diff) | |
download | ffmpeg-5780f9bbd5668a372eac63dddcb4cda06edfaed5.tar.gz |
tests: add tinterlace filter tests
Only the merge and pad modes are tested.
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 7609b6117d..08c51d8cd8 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -115,6 +115,8 @@ do_lavfi_pixfmts "pad" "500:400:20:20" do_lavfi_pixfmts "pixdesctest" "" do_lavfi_pixfmts "scale" "200:100" do_lavfi_pixfmts "super2xsai" "" +do_lavfi_pixfmts "tinterlace_merge" "tinterlace" "merge" +do_lavfi_pixfmts "tinterlace_pad" "tinterlace" "pad" do_lavfi_pixfmts "vflip" "" do_lavfi_lavd() { |