summaryrefslogtreecommitdiff
path: root/tests/fate/image.mak
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2017-04-23 17:49:05 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-05-01 11:40:57 +0200
commit89812e423de61ea77ea6deae8c8ed4c4a4413646 (patch)
treed1b503de381285cc71967f83c3066acfcad1e772 /tests/fate/image.mak
parent5ad18f279af11813d51a02df5ab77000885d698e (diff)
fate/exr : add test for negative float value
the tested sample contain negative value in the red channel need to be clip to zero, and not set to MAX_RED Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/image.mak')
-rw-r--r--tests/fate/image.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 4a2cb81629..17bb0cc2e5 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -268,6 +268,9 @@ fate-exr-rgb-scanline-half-piz-dw-t01: CMD = framecrc -i $(TARGET_SAMPLES)/exr/r
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 += 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-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
FATE_IMAGE += $(FATE_EXR-yes)