Re: [FFmpeg-devel] [PATCH 2/2] swscale: add input/output support for X2BGR10LE

2021-09-19 Thread Manuel Stoeckl
> > have you confirmed that all the added codepathes produce correct > looking output ? > I've attached a test program which should cover all the modified code paths. The new X2BGR10 code works just as well as the X2RGB10 code, but: * converting FROM X2RGB10LE or X2BGR10LE works * converting TO

Re: [FFmpeg-devel] [PATCH 2/2] swscale: add input/output support for X2BGR10LE

2021-09-19 Thread Michael Niedermayer
On Sat, Sep 18, 2021 at 02:55:34PM -0400, Manuel Stoeckl wrote: > Signed-off-by: Manuel Stoeckl > --- > libswscale/input.c | 15 +-- > libswscale/output.c | 9 - > libswscale/utils.c | 1 + > libswscale/yuv2rgb