mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
fate/exr : add test for uint32 data
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
678ab33861
commit
6426f74272
@ -247,6 +247,12 @@ fate-exr-rgb-scanline-raw-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr
|
||||
FATE_EXR += fate-exr-rgb-scanline-raw-half-float-l2
|
||||
fate-exr-rgb-scanline-raw-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_raw_half_float.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-b44-uint32
|
||||
fate-exr-rgb-scanline-b44-uint32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_b44_uint32.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-pxr24-uint32
|
||||
fate-exr-rgb-scanline-pxr24-uint32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_uint32.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
|
6
tests/ref/fate/exr-rgb-scanline-b44-uint32
Normal file
6
tests/ref/fate/exr-rgb-scanline-b44-uint32
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x6b950ce3
|
6
tests/ref/fate/exr-rgb-scanline-pxr24-uint32
Normal file
6
tests/ref/fate/exr-rgb-scanline-pxr24-uint32
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 12x8
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 576, 0x6b950ce3
|
Loading…
Reference in New Issue
Block a user