[Ffmpeg-devel] volunteer for patching pal8 in libswscale

Guillaume Poirier gpoirier
Thu Mar 8 10:46:54 CET 2007


Karl H. Beckers wrote:
> Hi all,
> 
> 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?

Your patch was inline. I don't bother trying to apply inline patches
as they always get mangled by mail clients.

Please resend as attachment, preferably to the original thread where
you sent the original patch.

Guillaume




More information about the ffmpeg-devel mailing list