diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-09 12:09:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-28 14:33:32 +0200 |
commit | 8112710f17b5ad0eda2798b4d9ddcc5d774bad02 (patch) | |
tree | 63ae018a6be1b4a3cd9b1d92a28043d8febf5960 /tests/fate/filter.mak | |
parent | 7339340787aaefaaa1519f6cc0ead1e1259878f9 (diff) | |
download | ffmpeg-8112710f17b5ad0eda2798b4d9ddcc5d774bad02.tar.gz |
FATE: add a test for delogo video filter.
Diffstat (limited to 'tests/fate/filter.mak')
-rw-r--r-- | tests/fate/filter.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index 2ba51ed9e1..f1185ed425 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -29,4 +29,9 @@ fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm FATE_FILTER += $(FATE_ASYNCTS) FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS) +fate-filter-delogo: CMD = framecrc -i $(SAMPLES)/real/rv30.rm -vf delogo=show=0:x=290:y=25:w=26:h=16 -an + +FATE_FILTER += fate-filter-delogo +FATE_SAMPLES_AVCONV += fate-filter-delogo + fate-filter: $(FATE_FILTER) |