[FFmpeg-cvslog] fate: test both direct and indirect paths in hue filter.

Clément Bœsch git at videolan.org
Sat Mar 16 16:17:58 CET 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Mar 16 16:17:37 2013 +0100| [9f1667ab647c1cdc639ff7035eaaaf25425a8238] | committer: Clément Bœsch

fate: test both direct and indirect paths in hue filter.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f1667ab647c1cdc639ff7035eaaaf25425a8238
---

 tests/lavfi-regression.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 9335124..6460742 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -44,7 +44,7 @@ do_lavfi "crop_vflip"         "crop=iw-100:ih-100:100:100,vflip"
 do_lavfi "drawbox"            "drawbox=224:24:88:72:#FF8010 at 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 "hue"                "perms=random,hue=s=sin(2*PI*t)+1"
 do_lavfi "idet"               "idet"
 do_lavfi "null"               "null"
 do_lavfi "overlay_rgb"        "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo[o1],[o1][o2]overlay=240:16:format=rgb"



More information about the ffmpeg-cvslog mailing list