[FFmpeg-devel] [PATCH] imgconvert: remove PixFmtInfo.pixel_type field

Stefano Sabatini stefano.sabatini-lala at poste.it
Sun Jul 24 01:45:06 CEST 2011


On date Saturday 2011-07-23 17:12:01 +0200, Michael Niedermayer encoded:
> On Sat, Jul 23, 2011 at 03:58:56PM +0200, Stefano Sabatini wrote:
> [...]
> >      [PIX_FMT_NV12] = {
> >          .color_type = FF_COLOR_YUV,
> > -        .pixel_type = FF_PIXEL_PLANAR,
> >          .depth = 8,
> >      },
> >      [PIX_FMT_NV21] = {
> >          .color_type = FF_COLOR_YUV,
> > -        .pixel_type = FF_PIXEL_PLANAR,
> >          .depth = 8,
> >      },
> 
> does the output match for these ?

No, and I don't think the av_picture_crop/pad code for NV12/21 ever
worked.
-- 
FFmpeg = Fundamentalist Fanciful Moronic Pacific Extensive Gargoyle


More information about the ffmpeg-devel mailing list