FFmpeg  2.1.1
Data Fields
AVPicture Struct Reference

Picture data structure. More...

#include <avcodec.h>

Data Fields

uint8_tdata [AV_NUM_DATA_POINTERS]
 pointers to the image data planes More...
 
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.

Examples:
doc/examples/muxing.c.

Definition at line 3121 of file avcodec.h.

Field Documentation

uint8_t * AVPicture::data
int AVPicture::linesize

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