mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate: add exr tests
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
23f7b14f28
commit
87888c043d
@ -1,6 +1,23 @@
|
||||
FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
||||
fate-dpx: CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx
|
||||
|
||||
FATE_EXR += fate-exr-slice-raw
|
||||
fate-exr-slice-raw: CMD = framecrc -i $(SAMPLES)/exr/rgba_slice_raw.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-slice-rle
|
||||
fate-exr-slice-rle: CMD = framecrc -i $(SAMPLES)/exr/rgba_slice_rle.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-slice-zip1
|
||||
fate-exr-slice-zip1: CMD = framecrc -i $(SAMPLES)/exr/rgba_slice_zip1.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-slice-zip16
|
||||
fate-exr-slice-zip16: CMD = framecrc -i $(SAMPLES)/exr/rgba_slice_zip16.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
fate-exr: $(FATE_EXR-yes)
|
||||
|
||||
FATE_IMAGE-$(call DEMDEC, IMAGE2, PICTOR) += fate-pictor
|
||||
fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24
|
||||
|
||||
|
2
tests/ref/fate/exr-slice-raw
Normal file
2
tests/ref/fate/exr-slice-raw
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 3169800, 0x6a356d0d
|
2
tests/ref/fate/exr-slice-rle
Normal file
2
tests/ref/fate/exr-slice-rle
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 3169800, 0x6a356d0d
|
2
tests/ref/fate/exr-slice-zip1
Normal file
2
tests/ref/fate/exr-slice-zip1
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 3169800, 0x6a356d0d
|
2
tests/ref/fate/exr-slice-zip16
Normal file
2
tests/ref/fate/exr-slice-zip16
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 3169800, 0x6a356d0d
|
Loading…
Reference in New Issue
Block a user