mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate: add QOI/XBM/XWD image2pipe tests
This commit is contained in:
parent
b6f5a7ce0c
commit
1ba4f3c866
@ -7,6 +7,9 @@ LAVF_IMAGE2PIPE = $(call ALLYES, $(1)_DECODER $(1)_ENCODER $(2) \
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PBM, PNM_PARSER SCALE_FILTER) += pbmpipe
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PGM, PNM_PARSER SCALE_FILTER) += pgmpipe
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PPM, PNM_PARSER SCALE_FILTER) += ppmpipe
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, QOI, QOI_PARSER SCALE_FILTER) += qoipipe
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, XBM, XBM_PARSER SCALE_FILTER) += xbmpipe
|
||||
FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, XWD, XWD_PARSER SCALE_FILTER) += xwdpipe
|
||||
|
||||
FATE_LAVF_IMAGE2PIPE = $(FATE_LAVF_IMAGE2PIPE-yes:%=fate-lavf-%)
|
||||
|
||||
|
3
tests/ref/lavf/qoipipe
Normal file
3
tests/ref/lavf/qoipipe
Normal file
@ -0,0 +1,3 @@
|
||||
3ce74fde1220ae2501fdfab48035efd8 *tests/data/lavf/qoipipe.qoi
|
||||
7681407 tests/data/lavf/qoipipe.qoi
|
||||
tests/data/lavf/qoipipe.qoi CRC=0x87b3c15f
|
3
tests/ref/lavf/xbmpipe
Normal file
3
tests/ref/lavf/xbmpipe
Normal file
@ -0,0 +1,3 @@
|
||||
ea7e2d589d25ddd0ad3d78ac0e82e351 *tests/data/lavf/xbmpipe.xbm
|
||||
1910250 tests/data/lavf/xbmpipe.xbm
|
||||
tests/data/lavf/xbmpipe.xbm CRC=0xfc010c66
|
3
tests/ref/lavf/xwdpipe
Normal file
3
tests/ref/lavf/xwdpipe
Normal file
@ -0,0 +1,3 @@
|
||||
e5237d831790a02cf9b7d939557613ed *tests/data/lavf/xwdpipe.xwd
|
||||
7605975 tests/data/lavf/xwdpipe.xwd
|
||||
tests/data/lavf/xwdpipe.xwd CRC=0x87b3c15f
|
Loading…
Reference in New Issue
Block a user