[FFmpeg-devel] [PATCH] Remove PixFmtInfo.is_hwaccel
Stefano Sabatini
stefano.sabatini-lala
Sat Nov 28 00:27:28 CET 2009
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.
--
FFmpeg = Faboulous and Freak Mastodontic Prodigious Elastic Gymnast
More information about the ffmpeg-devel
mailing list