From b5670209438481f21addc8b7c4891627dd5ddac7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 28 Dec 2010 01:01:09 +0000 Subject: Add copy filter, useful for testing the avfilter_draw_slice() copy code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavfi-regression.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lavfi-regression.sh') 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" "" -- cgit v1.2.3