mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-21 03:15:54 +00:00
fate: add XBM tests
This commit is contained in:
parent
678082b409
commit
991362fab4
@ -107,3 +107,13 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF)
|
||||
|
||||
FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes)
|
||||
fate-tiff: $(FATE_TIFF-yes)
|
||||
|
||||
FATE_XBM += fate-xbm10
|
||||
fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm
|
||||
|
||||
FATE_XBM += fate-xbm11
|
||||
fate-xbm11: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/lbw.xbm
|
||||
|
||||
FATE_XBM-$(call DEMDEC, IMAGE2, XBM) += $(FATE_XBM)
|
||||
FATE_SAMPLES_AVCONV += $(FATE_XBM-yes)
|
||||
fate-xbm: $(FATE_XBM-yes)
|
||||
|
2
tests/ref/fate/xbm10
Normal file
2
tests/ref/fate/xbm10
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 32, 0x777f0737
|
2
tests/ref/fate/xbm11
Normal file
2
tests/ref/fate/xbm11
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 1500, 0x8b73635a
|
Loading…
x
Reference in New Issue
Block a user