CreateYUVOverlay memory allocation

Hello,
does this method ‘CreateYUVOverlay’ - with the given parameters width, height
etc. - allocate all the memory needed for storing a YUV Picture/Frame or is
it necessary to allocate the memory for the field pixels[4] in the
SDL_Overlay struct additionally?

Thanks in advance,–
Martin B?rger

Sorry, I meant **pixels - happens when working with ffmpeg :)Am Donnerstag, 30. November 2006 09:51 schrieb Martin B?rger:

field pixels[4]

Martin B?rger