[FFmpeg-devel] [PATCH] Swscale YUV2RGB table generator

Michael Niedermayer michaelni
Mon Feb 9 19:11:11 CET 2009


On Mon, Feb 09, 2009 at 05:16:29PM +0100, Diego Biurrun wrote:
> On Mon, Feb 09, 2009 at 05:38:24PM +0200, Kostya wrote:
[...]
> > +        cy= (cy*255) / 219;
> > +        oy= 16<<16;
> > +    }else{
> > +        crv= (crv*224) / 255;
> > +        cbu= (cbu*224) / 255;
> > +        cgu= (cgu*224) / 255;
> > +        cgv= (cgv*224) / 255;
> 
> and extra good karma from my side for spaces around =
> 
> 
> Nits aside, this looks like a possibly disruptive change.
> I have no idea if you will finish it before the release,
> but I suggest that you commit it after the release.

id like to drop the old scaler before the release and that needs
this.
and IMHO if this patch is tested the risk is low

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090209/c4e7684f/attachment.pgp>



More information about the ffmpeg-devel mailing list