mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: add a bmpparser test
This commit is contained in:
parent
fb5cf145b6
commit
e8e560f2a2
@ -27,6 +27,9 @@ FATE_BRENDERPIX-$(call DEMDEC, IMAGE2, BRENDER_PIX) += $(FATE_BRENDERPIX)
|
|||||||
FATE_SAMPLES_AVCONV += $(FATE_BRENDERPIX-yes)
|
FATE_SAMPLES_AVCONV += $(FATE_BRENDERPIX-yes)
|
||||||
fate-brenderpix: $(FATE_BRENDERPIX-yes)
|
fate-brenderpix: $(FATE_BRENDERPIX-yes)
|
||||||
|
|
||||||
|
FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, BMP, IMAGE2PIPE, BMP) += fate-bmpparser
|
||||||
|
fate-bmpparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/bmp/libav_4x_concat.bmp -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
||||||
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx
|
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx
|
||||||
|
|
||||||
|
5
tests/ref/fate/bmpparser
Normal file
5
tests/ref/fate/bmpparser
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#tb 0: 1/25
|
||||||
|
0, 0, 0, 1, 203280, 0x47c3e3a0
|
||||||
|
0, 1, 1, 1, 203280, 0x6494c4db
|
||||||
|
0, 2, 2, 1, 203280, 0x042fe3a0
|
||||||
|
0, 3, 3, 1, 203280, 0xba9be3a0
|
Loading…
Reference in New Issue
Block a user