[FFmpeg-cvslog] fate: use correct uint32 layer
Mark Reid
git at videolan.org
Sat Sep 12 15:55:10 EEST 2020
ffmpeg | branch: master | Mark Reid <mindmark at gmail.com> | Sat Sep 12 02:07:13 2020 -0700| [61d767f3a3a9b6c7cdeb509d1839b40233c2115d] | committer: Paul B Mahol
fate: use correct uint32 layer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61d767f3a3a9b6c7cdeb509d1839b40233c2115d
---
tests/fate/image.mak | 2 +-
tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 756d01c667..69b4ea5431 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -221,7 +221,7 @@ FATE_EXR += fate-exr-rgb-scanline-pxr24-float-half-l2
fate-exr-rgb-scanline-pxr24-float-half-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_float_half.exr -pix_fmt gbrapf32le
FATE_EXR += fate-exr-rgb-scanline-pxr24-half-uint32-13x9
-fate-exr-rgb-scanline-pxr24-half-uint32-13x9: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_half_uint32_13x9.exr -pix_fmt rgb48le -vf scale
+fate-exr-rgb-scanline-pxr24-half-uint32-13x9: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_half_uint32_13x9.exr -pix_fmt rgb48le -vf scale
FATE_EXR += fate-exr-rgb-scanline-zip-half-float-l1
fate-exr-rgb-scanline-zip-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip_half_float.exr -pix_fmt gbrpf32le
diff --git a/tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9 b/tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
index 523ed9c88b..2d209d8a63 100644
--- a/tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
+++ b/tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 13x9
#sar 0: 9/10
-0, 0, 0, 1, 702, 0x68c1450d
+0, 0, 0, 1, 702, 0x86132f10
More information about the ffmpeg-cvslog
mailing list