From a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 17 Aug 2010 14:59:12 +0000 Subject: Add hflip filter. Originally committed as revision 24806 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 d30783f019..511e0aec25 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -59,6 +59,7 @@ do_lavfi_pixfmts(){ # all these filters have exactly one input and exactly one output do_lavfi_pixfmts "crop" "100:100:100:100" +do_lavfi_pixfmts "hflip" "" do_lavfi_pixfmts "null" "" do_lavfi_pixfmts "pad" "500:400:20:20" do_lavfi_pixfmts "scale" "200:100" -- cgit v1.2.3