[SDL] YUV

Benjamin Meyer benm at mgisoft.com
Wed Jun 7 19:14:31 PDT 2000


Question.  I took a look at the YUV overlay struct.  From what it looks
like it has a RGB pixles inside it?  I am given three arrays of data.
They jsut happen to be Y U and V  Combined they made an image. :)  I am
looking to do somthing simpilar to the following code.  Any suggestions.

YUVimage yuv
yuv.y = Y;
yuv.u = U;
yuv.v = V;
yuc.show();

    -Benjamin

P.S. Anyone working on the documention for this?




More information about the SDL mailing list