diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 11:03:08 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 08:01:07 +0100 |
commit | feb4922b257e4a98d52d2ac47cbb2b3ba8e050e8 (patch) | |
tree | 8c33ce5132f2a45540c680d4c2ad5149695176cd /tests/fate | |
parent | a222997650eb5e158b600c5d7341e236866d6228 (diff) | |
download | ffmpeg-feb4922b257e4a98d52d2ac47cbb2b3ba8e050e8.tar.gz |
FATE: add a test for the drawbox filter
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index d3d401c14f..66f406d746 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -37,6 +37,9 @@ fate-filter-delogo: CMD = framecrc -i $(SAMPLES)/real/rv30.rm -vf delogo=show=0: FATE_FILTER-$(call FILTERDEMDEC, DELOGO, RM, RV30) += fate-filter-delogo +FATE_FILTER_VSYNTH-$(CONFIG_DRAWBOX_FILTER) += fate-filter-drawbox +fate-filter-drawbox: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf drawbox=10:20:200:60:red@0.5 + FATE_FILTER_VSYNTH-$(CONFIG_GRADFUN_FILTER) += fate-filter-gradfun fate-filter-gradfun: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf gradfun |