From 93800030877640e410b449222b409d87d987630f Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 25 Feb 2012 13:29:17 +0100 Subject: fate: add test for the fade video filter. --- 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 eb64ad3917..b2fd9ee4b8 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -34,6 +34,7 @@ do_lavfi "crop_scale_vflip" "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:i do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip" do_lavfi "deshake" "deshake" do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010@0.5" +do_lavfi "fade" "fade=in:5:15,fade=out:30:15" do_lavfi "null" "null" do_lavfi "scale200" "scale=200:200" do_lavfi "scale500" "scale=500:500" -- cgit v1.2.3