diff options
author | Nicolas George <george@nsup.org> | 2020-04-16 22:25:24 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2020-05-23 15:52:27 +0200 |
commit | 88567a2e523d63fadb7eac839e2fbe46d065cd56 (patch) | |
tree | 70d3bad766321ba08b80170a3fbbe3d19cdfc65a /tests | |
parent | 2a52f19a91de33f382e00a3efa9431ec3277af42 (diff) | |
download | ffmpeg-88567a2e523d63fadb7eac839e2fbe46d065cd56.tar.gz |
lavfi: add untile filter.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter-video.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/filter-untile | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index f36ba71674..cfeb53e532 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -396,6 +396,9 @@ fate-filter-trim-time: CMD = framecrc -i $(SRC) -vf trim=0:0.09 FATE_FILTER_VSYNTH-$(CONFIG_TRIM_FILTER) += $(FATE_TRIM) +FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER UNTILE_FILTER) += fate-filter-untile +fate-filter-untile: CMD = framecrc -lavfi testsrc2=d=1:r=2,untile=2x2 + FATE_FILTER_VSYNTH-$(CONFIG_UNSHARP_FILTER) += fate-filter-unsharp fate-filter-unsharp: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf unsharp=11:11:-1.5:11:11:-1.5 diff --git a/tests/ref/fate/filter-untile b/tests/ref/fate/filter-untile new file mode 100644 index 0000000000..42c741acf1 --- /dev/null +++ b/tests/ref/fate/filter-untile @@ -0,0 +1,13 @@ +#tb 0: 1/8 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 160x120 +#sar 0: 1/1 +0, 0, 0, 1, 28800, 0xb3725302 +0, 1, 1, 1, 28800, 0xf9612057 +0, 2, 2, 1, 28800, 0x9b207db0 +0, 3, 3, 1, 28800, 0x1331c2d5 +0, 4, 4, 1, 28800, 0x2edf3ee4 +0, 5, 5, 1, 28800, 0x84105711 +0, 6, 6, 1, 28800, 0xa7a35f25 +0, 7, 7, 1, 28800, 0xa9c49677 |