[Ffmpeg-devel] volunteer for patching pal8 in libswscale
Diego Biurrun
diego
Thu Mar 8 11:03:14 CET 2007
On Thu, Mar 08, 2007 at 10:35:44AM +0100, Karl H. Beckers wrote:
>
> have recently submitted two patches:
>
> 1)
>
>
> khb at ubuntu:~/Quellen/xvidcap/trunk/ffmpeg/libswscale$ diff -Naurw swscale.c.orig swscale.c
> --- swscale.c.orig 2007-02-28 09:21:36.000000000 +0100
> +++ swscale.c 2007-02-28 09:22:22.000000000 +0100
> @@ -116,7 +116,7 @@
> || (x)==PIX_FMT_NV12 || (x)==PIX_FMT_NV21\
> || (x)==PIX_FMT_GRAY16BE || (x)==PIX_FMT_GRAY16LE\
> || (x)==PIX_FMT_GRAY8 || (x)==PIX_FMT_YUV410P)
> -#define isPacked(x) ((x)==PIX_FMT_YUYV422 || (x)==PIX_FMT_UYVY422 ||isRGB(x) || isBGR(x))
> +#define isPacked(x) ((x)==PIX_FMT_PAL8 || (x)==PIX_FMT_YUYV422 || (x)==PIX_FMT_UYVY422 ||isRGB(x) || isBGR(x))
>
> #define RGB2YUV_SHIFT 16
> #define BY ((int)( 0.098*(1<<RGB2YUV_SHIFT)+0.5))
>
>
> this one Michael approved and said I need to pester some of the folks he
> delegated patching to (though he used not exactly the same words ;) ).
>
> But who would that be?
> It's not like I found a list of people to turn to anywhere. Is there a
> volunteer?
Patch applied.
Diego
More information about the ffmpeg-devel
mailing list