diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-10 12:44:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-10 17:09:57 +0100 |
commit | e005697af6853cd5cba6877fd6189cc26f6aa241 (patch) | |
tree | f7041497a2667cc4c4c9c972293eb70782ffcb23 /tests/lavfi-regression.sh | |
parent | 6462268e74fa2c935c2936904cc1da9f499c04f3 (diff) | |
download | ffmpeg-e005697af6853cd5cba6877fd6189cc26f6aa241.tar.gz |
tests: add fate-lavfi-il test
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index d9542e1584..704e61bb4f 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -106,6 +106,7 @@ do_lavfi_pixfmts(){ # all these filters have exactly one input and exactly one output do_lavfi_pixfmts "field" "field" "bottom" do_lavfi_pixfmts "histeq" "histeq" "antibanding=strong" +do_lavfi_pixfmts "il" "il" "luma_mode=d:chroma_mode=d:alpha_mode=d" do_lavfi_pixfmts "kerndeint" "kerndeint" "" "tinterlace=interleave_top," do_lavfi_pixfmts "pixfmts_copy" "copy" "" do_lavfi_pixfmts "pixfmts_crop" "crop" "100:100:100:100" |