Browse Source

fate: add hue filter test.

tags/n1.1
Clément Bœsch 12 years ago
parent
commit
72e84a08e6
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      tests/fate/avfilter.mak
  2. +1
    -0
      tests/lavfi-regression.sh
  3. +1
    -0
      tests/ref/lavfi/hue

+ 1
- 0
tests/fate/avfilter.mak View File

@@ -40,6 +40,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \

FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \
fate-lavfi-colormatrix2 \
fate-lavfi-hue \
fate-lavfi-pixfmts_super2xsai \
fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_pad \


+ 1
- 0
tests/lavfi-regression.sh View File

@@ -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"


+ 1
- 0
tests/ref/lavfi/hue View File

@@ -0,0 +1 @@
hue faddb090f2eefa663b9539fd67451352

Loading…
Cancel
Save