mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-08 16:54:03 +02:00
fate/exr : add test for b44/b44a compression
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
cf4d050b72
commit
4f682318fb
@ -65,6 +65,18 @@ fate-exr-slice-zip16: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_zip16.e
|
||||
FATE_EXR += fate-exr-slice-pxr24
|
||||
fate-exr-slice-pxr24: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_slice_pxr24.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgba-multiscanline-half-b44
|
||||
fate-exr-rgba-multiscanline-half-b44: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_multiscanline_half_b44.exr -pix_fmt rgba64le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-float-b44
|
||||
fate-exr-rgb-scanline-float-b44: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_float_b44.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-b44-12x8
|
||||
fate-exr-rgb-scanline-half-b44-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_b44_12x8.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR += fate-exr-rgb-scanline-half-b44-13x9
|
||||
fate-exr-rgb-scanline-half-b44-13x9: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_b44_13x9.exr -pix_fmt rgb48le
|
||||
|
||||
FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
|
||||
|
||||
FATE_IMAGE += $(FATE_EXR-yes)
|
||||
|
2
tests/ref/fate/exr-rgb-scanline-float-b44
Normal file
2
tests/ref/fate/exr-rgb-scanline-float-b44
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 576, 0x39c8e03e
|
2
tests/ref/fate/exr-rgb-scanline-half-b44-12x8
Normal file
2
tests/ref/fate/exr-rgb-scanline-half-b44-12x8
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 576, 0x506469f9
|
2
tests/ref/fate/exr-rgb-scanline-half-b44-13x9
Normal file
2
tests/ref/fate/exr-rgb-scanline-half-b44-13x9
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 702, 0x6914838a
|
2
tests/ref/fate/exr-rgba-multiscanline-half-b44
Normal file
2
tests/ref/fate/exr-rgba-multiscanline-half-b44
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 1877480, 0x6f28b860
|
Loading…
x
Reference in New Issue
Block a user