diff options
author | Clément Bœsch | 2015-02-23 13:51:06 +0100 |
---|---|---|
committer | Clément Bœsch | 2015-02-26 14:20:02 +0100 |
commit | e0f03de8f558a041299941adc56e9e44c20c6e81 (patch) | |
tree | bcc39a67108f1b0d97c4b472be7b66af8e2d4b0a /tests | |
parent | 4629993d99f733c4c95cfe643786e591b903b490 (diff) |
tests: add palettegen test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter-video.mak | 9 | ||||
-rw-r--r-- | tests/ref/fate/filter-palettegen-1 | 2 | ||||
-rw-r--r-- | tests/ref/fate/filter-palettegen-2 | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index e50e387dd7..7c8b4869ab 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -29,6 +29,15 @@ fate-filter-codecview-mvs: CMD = framecrc -flags2 +export_mvs -i $(TARGET_SAMPLE FATE_FILTER-$(call ALLYES, SHOWPALETTE_FILTER FLIC_DEMUXER FLIC_DECODER) += fate-filter-showpalette fate-filter-showpalette: CMD = framecrc -i $(TARGET_SAMPLES)/fli/fli-engines.fli -vf showpalette=3 -pix_fmt bgra +FATE_FILTER_PALETTEGEN += fate-filter-palettegen-1 +fate-filter-palettegen-1: CMD = framecrc -i $(TARGET_SAMPLES)/filter/anim.mkv -vf palettegen -pix_fmt bgra + +FATE_FILTER_PALETTEGEN += fate-filter-palettegen-2 +fate-filter-palettegen-2: CMD = framecrc -i $(TARGET_SAMPLES)/filter/anim.mkv -vf palettegen=max_colors=128:reserve_transparent=0:stats_mode=diff -pix_fmt bgra + +fate-filter-palettegen: $(FATE_FILTER_PALETTEGEN) +FATE_FILTER-$(call ALLYES, PALETTEGEN_FILTER MATROSKA_DEMUXER H264_DECODER) += $(FATE_FILTER_PALETTEGEN) + FATE_SAMPLES_AVCONV += $(FATE_FILTER-yes) FATE_FILTER-$(call ALLYES, AVDEVICE LIFE_FILTER) += fate-filter-lavd-life diff --git a/tests/ref/fate/filter-palettegen-1 b/tests/ref/fate/filter-palettegen-1 new file mode 100644 index 0000000000..98b7159dc4 --- /dev/null +++ b/tests/ref/fate/filter-palettegen-1 @@ -0,0 +1,2 @@ +#tb 0: 1001/24000 +0, 0, 0, 1, 1024, 0x3395ef5a diff --git a/tests/ref/fate/filter-palettegen-2 b/tests/ref/fate/filter-palettegen-2 new file mode 100644 index 0000000000..2f58b64ee8 --- /dev/null +++ b/tests/ref/fate/filter-palettegen-2 @@ -0,0 +1,2 @@ +#tb 0: 1001/24000 +0, 0, 0, 1, 1024, 0x906ff5aa |