AVPicture

Picture data structure.

Up to four components can be stored into it, the last component is alpha. @deprecated use AVFrame or imgutils functions instead

Members

Variables

data
ubyte*[AV_NUM_DATA_POINTERS] data;

< pointers to the image data planes

linesize
int[AV_NUM_DATA_POINTERS] linesize;

< number of bytes per line

Meta