[FFmpeg-cvslog] fate: add test for the thumbnail video filter.
Nicolas George
git at videolan.org
Mon Feb 27 17:23:46 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Feb 25 14:00:08 2012 +0100| [b0de06aee6ef3ad000ae58059fbfb086772cc0e2] | committer: Nicolas George
fate: add test for the thumbnail video filter.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0de06aee6ef3ad000ae58059fbfb086772cc0e2
---
tests/lavfi-regression.sh | 1 +
tests/ref/lavfi/thumbnail | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 7f7f4dc..2c78875 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -43,6 +43,7 @@ do_lavfi "scale500" "scale=500:500"
do_lavfi "select" "select=not(eq(mod(n\,2)\,0)+eq(mod(n\,3)\,0))"
do_lavfi "setdar" "setdar=16/9"
do_lavfi "setsar" "setsar=16/11"
+do_lavfi "thumbnail" "thumbnail=10"
do_lavfi "vflip" "vflip"
do_lavfi "vflip_crop" "vflip,crop=iw-100:ih-100:100:100"
do_lavfi "vflip_vflip" "vflip,vflip"
diff --git a/tests/ref/lavfi/thumbnail b/tests/ref/lavfi/thumbnail
new file mode 100644
index 0000000..d2646f0
--- /dev/null
+++ b/tests/ref/lavfi/thumbnail
@@ -0,0 +1 @@
+thumbnail 9ad9ccc0b87ec4d1da26e4231fe00a1e
More information about the ffmpeg-cvslog
mailing list