[FFmpeg-devel] [PATCH] scale: fix slice rendering with conversion between pal/non-pal.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Apr 8 16:26:24 CEST 2012


On Sun, Apr 08, 2012 at 03:59:17PM +0200, Michael Niedermayer wrote:
> On Sun, Apr 08, 2012 at 03:01:06PM +0200, Reimar Döffinger wrote:
> > We can't use whether the input format is paletted to decide that
> > the output format has a palette in data[1], too, that makes no sense.
> > 
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> 
> sounds correct

Note that I haven't found an actual bug test case, but it think that
what should be broken currently is sliced conversion from PAL8/RGB8/BGR8
to planar (YUV or RGB).
Is it possible that we do not test that case currently?


More information about the ffmpeg-devel mailing list