summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-28 01:01:09 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-12-28 01:01:09 +0000
commitb5670209438481f21addc8b7c4891627dd5ddac7 (patch)
tree69b199d9dd349c1ad56a9b1a964ede545d662864 /tests/lavfi-regression.sh
parent28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c (diff)
Add copy filter, useful for testing the avfilter_draw_slice() copy
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index a3e75dd6c8..f9f9f7c0a8 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -58,6 +58,7 @@ do_lavfi_pixfmts(){
}
# all these filters have exactly one input and exactly one output
+do_lavfi_pixfmts "copy" ""
do_lavfi_pixfmts "crop" "100:100:100:100"
do_lavfi_pixfmts "hflip" ""
do_lavfi_pixfmts "null" ""