[FFmpeg-cvslog] fate: add test for the drawbox video filter.
Nicolas George
git at videolan.org
Mon Feb 27 17:23:45 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Feb 25 13:22:02 2012 +0100| [e36504b5a914e6ea76119708be52316254fc8a85] | committer: Nicolas George
fate: add test for the drawbox video filter.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e36504b5a914e6ea76119708be52316254fc8a85
---
tests/lavfi-regression.sh | 1 +
tests/ref/lavfi/drawbox | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 4f293f5..eb64ad3 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -33,6 +33,7 @@ do_lavfi "crop_scale" "crop=iw-100:ih-100:100:100,scale=400:-1"
do_lavfi "crop_scale_vflip" "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:ih-20:20:20,scale=200:200,scale=250:250,vflip,vflip,null,scale=200:200,crop=iw-100:ih-100:100:100,vflip,scale=200:200,null,vflip,crop=iw-100:ih-100:100:100,null"
do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip"
do_lavfi "deshake" "deshake"
+do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010 at 0.5"
do_lavfi "null" "null"
do_lavfi "scale200" "scale=200:200"
do_lavfi "scale500" "scale=500:500"
diff --git a/tests/ref/lavfi/drawbox b/tests/ref/lavfi/drawbox
new file mode 100644
index 0000000..0be505d
--- /dev/null
+++ b/tests/ref/lavfi/drawbox
@@ -0,0 +1 @@
+drawbox 2745ca2d47f0086fd1a09aa871e42122
More information about the ffmpeg-cvslog
mailing list