Re: [FFmpeg-devel] [PATCH] libswscale: fix for floating point formats, require full chroma

2020-05-11 Thread Michael Niedermayer
On Sun, May 10, 2020 at 04:17:48PM -0700, mindm...@gmail.com wrote: > From: Mark Reid > > upon more floating point testing, looks like I missed adding this bit. > > --- > libswscale/utils.c | 2 ++ > 1 file changed, 2 insertions(+) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2

[FFmpeg-devel] [PATCH] libswscale: fix for floating point formats, require full chroma

2020-05-10 Thread mindmark
From: Mark Reid upon more floating point testing, looks like I missed adding this bit. --- libswscale/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libswscale/utils.c b/libswscale/utils.c index 15c0a19afa..111062e915 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -1