summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-02 01:49:59 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-02 14:44:26 +0100
commit72e84a08e6696b5a74e3818cc14e7cf839ca2b58 (patch)
treee8e1c730556d92583a5bd55b7dc4f06f0d514635 /tests/lavfi-regression.sh
parent24cb1f9718382ac67eb98c86c67ee0b0789a8355 (diff)
fate: add hue filter test.
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 13c394eef2..36586ef5f3 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -44,6 +44,7 @@ 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 "fade" "fade=in:5:15,fade=out:30:15"
+do_lavfi "hue" "hue=s=sin(2*PI*t)+1"
do_lavfi "idet" "idet"
do_lavfi "null" "null"
do_lavfi "overlay" "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo[o1],[o1][o2]overlay=240:16"