Name
FreeVideoPixels -- free pixel array allocated by ReadVideoPixels() (V6.0, optional)
Synopsis
void FreeVideoPixels(APTR pixels);
Function
This function must free the pixel array allocated by ReadVideoPixels(). See ReadVideoPixels for details.

FreeVideoPixels() is an optional API and must only be implemented if HWSDAFLAGS_VIDEOBITMAPADAPTER has been passed to hw_SetDisplayAdapter(). See hw_SetDisplayAdapter for details.

Inputs
pixels
pixel array allocated by ReadVideoPixels()

Show TOC