[FFmpeg-devel] [PATCH 1/2] fate: use correct uint32 layer

Paul B Mahol onemda at gmail.com
Sat Sep 12 12:34:45 EEST 2020


On Sat, Sep 12, 2020 at 02:07:13AM -0700, mindmark at gmail.com wrote:
> From: Mark Reid <mindmark at gmail.com>
> 
> ---
>  tests/fate/image.mak                                   | 2 +-
>  tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Gonna apply.

> 
> 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
> -- 
> 2.27.0
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list