[FFmpeg-cvslog] fate: add vf_idet filter to lavfi regression tests
Matthieu Bouron
git at videolan.org
Thu Oct 11 02:23:22 CEST 2012
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at smartjog.com> | Wed Oct 10 10:52:44 2012 +0200| [e782d8728f1edac711a45e57607e728aff99e310] | committer: Michael Niedermayer
fate: add vf_idet filter to lavfi regression tests
This test only make sure that the idet filter does not crash.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e782d8728f1edac711a45e57607e728aff99e310
---
tests/lavfi-regression.sh | 1 +
tests/ref/lavfi/idet | 1 +
2 files changed, 2 insertions(+)
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index ac6bb7f..a25b54b 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 at 0.5"
do_lavfi "edgedetect" "edgedetect"
do_lavfi "fade" "fade=in:5:15,fade=out:30:15"
+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"
do_lavfi "pad" "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
diff --git a/tests/ref/lavfi/idet b/tests/ref/lavfi/idet
new file mode 100644
index 0000000..2c6c2ae
--- /dev/null
+++ b/tests/ref/lavfi/idet
@@ -0,0 +1 @@
+idet 1077e3cb6fc4916b5441dd08cea4c9a8
More information about the ffmpeg-cvslog
mailing list