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

Stefano Sabatini stefano.sabatini-lala
Sat Nov 28 01:51:34 CET 2009


On date Saturday 2009-11-28 01:19:35 +0100, Michael Niedermayer encoded:
> On Sat, Nov 28, 2009 at 12:27:28AM +0100, Stefano Sabatini wrote:
> > On date Thursday 2009-11-26 00:53:54 +0100, Stefano Sabatini encoded:
> > > Hi, remove code duplication.
> > > -- 
> > > FFmpeg = Fiendish & Faboulous Mind-dumbing Philosophical Extended Game
> > 
> > > Index: ffmpeg/libavcodec/imgconvert.c
> > > ===================================================================
> > > --- ffmpeg.orig/libavcodec/imgconvert.c	2009-11-26 00:51:40.000000000 +0100
> > > +++ ffmpeg/libavcodec/imgconvert.c	2009-11-26 00:52:22.000000000 +0100
> > > @@ -58,7 +58,6 @@
> > >      uint8_t color_type;      /**< color type (see FF_COLOR_xxx constants) */
> > >      uint8_t pixel_type;      /**< pixel storage type (see FF_PIXEL_xxx constants) */
> > >      uint8_t is_alpha : 1;    /**< true if alpha can be specified */
> > > -    uint8_t is_hwaccel : 1;  /**< true if this is an HW accelerated format */
> > >      uint8_t x_chroma_shift;  /**< X chroma subsampling factor is 2 ^ shift */
> > >      uint8_t y_chroma_shift;  /**< Y chroma subsampling factor is 2 ^ shift */
> > >      uint8_t depth;           /**< bit depth of the color components */
> > [...]
> > 
> > Ping.
> 
> ok

Applied.
-- 
FFmpeg = Foolish Faithless Most Puristic Egregious Ghost



More information about the ffmpeg-devel mailing list