[Ffmpeg-devel] [PATCH] Convert deprecated colorspace names

Diego Biurrun diego
Wed Feb 7 02:48:35 CET 2007


On Wed, Feb 07, 2007 at 01:11:50AM +0100, Michael Niedermayer wrote:
> 
> On Tue, Feb 06, 2007 at 10:39:39PM +0100, Diego Biurrun wrote:
> > Attached is a patch that addresses the change of colorspace names
> > performed in libavutil/avutil.h:
> > 
> > #if LIBAVUTIL_VERSION_INT < (50<<16)
> > #define PIX_FMT_UYVY411 PIX_FMT_UYYVYY411
> > #define PIX_FMT_RGBA32  PIX_FMT_RGB32
> > #define PIX_FMT_YUV422  PIX_FMT_YUYV422
> > #endif
> > 
> > OK to apply?
> 
> yes

Done.

Diego





More information about the ffmpeg-devel mailing list