FFmpeg  3.0.7
Data Fields

Picture data structure. More...

#include <avcodec.h>

Data Fields

attribute_deprecated uint8_t * data [AV_NUM_DATA_POINTERS]
 pointers to the image data planes More...
 
attribute_deprecated int linesize [AV_NUM_DATA_POINTERS]
 number of bytes per line More...
 

Detailed Description

Picture data structure.

Up to four components can be stored into it, the last component is alpha.

Deprecated:
use AVFrame or imgutils functions instead

Definition at line 3666 of file avcodec.h.

Field Documentation

attribute_deprecated uint8_t* AVPicture::data[AV_NUM_DATA_POINTERS]

pointers to the image data planes

Definition at line 3668 of file avcodec.h.

attribute_deprecated int AVPicture::linesize[AV_NUM_DATA_POINTERS]

number of bytes per line

Definition at line 3670 of file avcodec.h.


The documentation for this struct was generated from the following file: