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

@nogc nothrow extern (C)
static if(FF_API_AVPICTURE)
struct AVPicture {}

Members

Variables

data
deprecated uint8_t*[AV_NUM_DATA_POINTERS] data;

< pointers to the image data planes

linesize
deprecated int[AV_NUM_DATA_POINTERS] linesize;

< number of bytes per line

Meta