summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-03 00:21:11 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-03 00:30:48 +0200
commite366aec0305299f8f3e2057cc5a856c737944bc5 (patch)
tree3dc77ca5adaed8245edef3d6fdacb2b9b1e7a10e /tests
parentccc25378bd1bb42b89deaef49febb06ce0e1a44b (diff)
lavfi/edgedetect: add direct path.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lavfi-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 64607426ac..bb023e4567 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -42,7 +42,7 @@ do_lavfi "crop_scale" "crop=iw-100:ih-100:100:100,scale=400:-1"
do_lavfi "crop_scale_vflip" "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:ih-20:20:20,scale=200:200,scale=250:250,vflip,vflip,null,scale=200:200,crop=iw-100:ih-100:100:100,vflip,scale=200:200,null,vflip,crop=iw-100:ih-100:100:100,null"
do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip"
do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010@0.5"
-do_lavfi "edgedetect" "edgedetect"
+do_lavfi "edgedetect" "format=gray,perms=random,edgedetect"
do_lavfi "fade" "fade=in:5:15,fade=out:30:15"
do_lavfi "hue" "perms=random,hue=s=sin(2*PI*t)+1"
do_lavfi "idet" "idet"