mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate/exr : add test for Y, b44A negative half, and datawindow != displaywindow
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
54b6bef6e1
commit
6ce57fb3c2
@ -271,6 +271,19 @@ fate-exr-rgb-scanline-float-piz-48x32: CMD = framecrc -i $(TARGET_SAMPLES)/exr/r
|
||||
FATE_EXR += fate-exr-rgb-scanline-none-negative-red
|
||||
fate-exr-rgb-scanline-none-negative-red: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_none_negative_red.exr -pix_fmt rgb48le
|
||||
|
||||
|
||||
FATE_EXR += fate-exr-rgb-b44a-half-negative-4x4
|
||||
fate-exr-rgb-b44a-half-negative-4x4: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_b44a_half_negative_4x4.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-y-tile-zip-half-12x8
|
||||
fate-exr-y-tile-zip-half-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/y_tile_zip_half_12x8.exr -pix_fmt gray16le
|
||||
|
||||
FATE_EXR += fate-exr-y-scanline-zip-half-12x8
|
||||
fate-exr-y-scanline-zip-half-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/y_scanline_zip_half_12x8.exr -pix_fmt gray16le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-piz-dw-t08
|
||||
fate-exr-rgb-scanline-half-piz-dw-t08: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_piz_dw_t08.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
|
6
tests/ref/fate/exr-rgb-b44a-half-negative-4x4
Normal file
6
tests/ref/fate/exr-rgb-b44a-half-negative-4x4
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 4x4
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 96, 0x70600260
|
6
tests/ref/fate/exr-rgb-scanline-half-piz-dw-t08
Normal file
6
tests/ref/fate/exr-rgb-scanline-half-piz-dw-t08
Normal file
@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 501x401
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 1205406, 0xc45cc9f8
|
6
tests/ref/fate/exr-y-scanline-zip-half-12x8
Normal file
6
tests/ref/fate/exr-y-scanline-zip-half-12x8
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, 192, 0xdd5759b5
|
6
tests/ref/fate/exr-y-tile-zip-half-12x8
Normal file
6
tests/ref/fate/exr-y-tile-zip-half-12x8
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, 192, 0xdd5759b5
|
Loading…
Reference in New Issue
Block a user