[FFmpeg-devel] [PATCH 0/2] libswcale/input: fix incorrect rgbf32 yuv conversions

mindmark at gmail.com mindmark at gmail.com
Sat Sep 12 12:07:12 EEST 2020


From: Mark Reid <mindmark at gmail.com>

Hi,
I'm not sure how I didn't notice this before but the f32 to yuv conversion
is slightly off. the folowinng 2 patches fix it.

In doing this I found that one of the exr tests probably wasn't testing the right 
layer, so I fixed that before.

Mark Reid (2):
  fate: use correct uint32 layer
  libswcale/input: fix incorrect rgbf32 yuv conversions

 libswscale/input.c                                   | 12 +++++-------
 tests/fate/image.mak                                 |  2 +-
 .../ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9 |  2 +-
 tests/ref/fate/filter-pixfmts-scale                  |  8 ++++----
 4 files changed, 11 insertions(+), 13 deletions(-)

-- 
2.27.0



More information about the ffmpeg-devel mailing list