On Tue, 2006-11-21 at 23:49 +0100, Tomas Groth wrote: > But for the other > renderers we will most likely just have to rely on standard software > conversion, and pass the frame as a you mentions.
Since we already use libavcodec for video, we might as well use the img_convert() function which can convert YUV to RGB (and other formats). We may also want to investigate the use of the X11 XV extension which can do the same thing with hardware acceleration. Bastiaan _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

