diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-25 13:22:02 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-02-27 14:45:13 +0100 |
commit | e36504b5a914e6ea76119708be52316254fc8a85 (patch) | |
tree | 68c66b3860b352d84952018d9c72613425b9f3f3 | |
parent | f69f150fc81f8002449a9072e3cf901432b83296 (diff) | |
download | ffmpeg-e36504b5a914e6ea76119708be52316254fc8a85.tar.gz |
fate: add test for the drawbox video filter.
-rwxr-xr-x | tests/lavfi-regression.sh | 1 | ||||
-rw-r--r-- | 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 4f293f57e2..eb64ad3917 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@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 0000000000..0be505d9fb --- /dev/null +++ b/tests/ref/lavfi/drawbox @@ -0,0 +1 @@ +drawbox 2745ca2d47f0086fd1a09aa871e42122 |