[FFmpeg-devel] [PATCH] Remove PixFmtInfo.name

Stefano Sabatini stefano.sabatini-lala
Fri Dec 4 02:04:14 CET 2009


On date Tuesday 2009-12-01 01:05:22 +0100, Stefano Sabatini encoded:
> On date Saturday 2009-11-28 02:14:09 +0100, Stefano Sabatini encoded:
> > On date Friday 2009-11-27 02:50:47 +0100, Michael Niedermayer encoded:
> > > On Thu, Nov 26, 2009 at 10:18:45PM +0100, Stefano Sabatini wrote:
> > > > Hi, as in subject.
> > > > -- 
> > > > FFmpeg = Funny Foolish Mortal Pitiful Erudite Glue
> > > 
> > > >  imgconvert.c |   66 +----------------------------------------------------------
> > > >  1 file changed, 2 insertions(+), 64 deletions(-)
> > > > a65452bf2aba7c359770a462cf7748a475450f7e  remove-name-from-pix-fmt-info.patch
> > > 
> > > ok
> > 
> > Applied. Is OK to apply the attached?
> > -- 
> > FFmpeg = Free and Faithless Majestic Pure Enlightened Game
> 
> > Index: libavcodec/imgconvert.c
> > ===================================================================
> > --- libavcodec/imgconvert.c	(revision 20636)
> > +++ libavcodec/imgconvert.c	(working copy)
> > @@ -278,22 +278,6 @@
> >          .pixel_type = FF_PIXEL_PALETTE,
> >          .depth = 8,
> >      },
> > -    [PIX_FMT_XVMC_MPEG2_MC] = {
> > -    },
> > -    [PIX_FMT_XVMC_MPEG2_IDCT] = {
> > -    },
> > -    [PIX_FMT_VDPAU_MPEG1] = {
> > -    },
> > -    [PIX_FMT_VDPAU_MPEG2] = {
> > -    },
> > -    [PIX_FMT_VDPAU_H264] = {
> > -    },
> > -    [PIX_FMT_VDPAU_WMV3] = {
> > -    },
> > -    [PIX_FMT_VDPAU_VC1] = {
> > -    },
> > -    [PIX_FMT_VDPAU_MPEG4] = {
> > -    },
> >      [PIX_FMT_UYYVYY411] = {
> >          .nb_channels = 1,
> >          .color_type = FF_COLOR_YUV,
> > @@ -391,14 +375,6 @@
> >          .pixel_type = FF_PIXEL_PACKED,
> >          .depth = 8,
> >      },
> > -
> > -    /* VA API formats */
> > -    [PIX_FMT_VAAPI_MOCO] = {
> > -    },
> > -    [PIX_FMT_VAAPI_IDCT] = {
> > -    },
> > -    [PIX_FMT_VAAPI_VLD] = {
> > -    },
> >  };
> >  
> >  void avcodec_get_chroma_sub_sample(enum PixelFormat pix_fmt, int *h_shift, int *v_shift)
> 
> Ping.

Ping2.
-- 
FFmpeg = Freak and Faboulous Meaningless Prodigious Erroneous Guru



More information about the ffmpeg-devel mailing list