mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate/exr : add tests for piz uncompress
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
37f4d22075
commit
5ad18f279a
@ -256,6 +256,18 @@ fate-exr-rgb-scanline-pxr24-uint32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_
|
||||
FATE_EXR += fate-exr-rgb-scanline-zip1-half-float-l1-zero-offsets
|
||||
fate-exr-rgb-scanline-zip1-half-float-l1-zero-offsets: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip1_half_float_zero_offsets.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-piz-bw
|
||||
fate-exr-rgb-scanline-half-piz-bw: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_piz_bw.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-piz-color
|
||||
fate-exr-rgb-scanline-half-piz-color: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_piz_color.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-piz-dw-t01
|
||||
fate-exr-rgb-scanline-half-piz-dw-t01: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_piz_dw_t01.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-float-piz-48x32
|
||||
fate-exr-rgb-scanline-float-piz-48x32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_float_piz_48x32.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
|
6
tests/ref/fate/exr-rgb-scanline-float-piz-48x32
Normal file
6
tests/ref/fate/exr-rgb-scanline-float-piz-48x32
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 48x32
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 9216, 0x5b3f7a8e
|
6
tests/ref/fate/exr-rgb-scanline-half-piz-bw
Normal file
6
tests/ref/fate/exr-rgb-scanline-half-piz-bw
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 34x27
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 5508, 0x36d15e2e
|
6
tests/ref/fate/exr-rgb-scanline-half-piz-color
Normal file
6
tests/ref/fate/exr-rgb-scanline-half-piz-color
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 34x40
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 8160, 0x9dd67b7d
|
6
tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01
Normal file
6
tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 400x300
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 720000, 0xe50fc9f8
|
Loading…
Reference in New Issue
Block a user