User Tools

Site Tools


ffmpeg:avpicture

This is an old revision of the document!


AVPicture

Defined in avcodec.h

/**
 * four components are given, that's all.
 * the last component is alpha
 */
typedef struct AVPicture {
    uint8_t *data[4];
    int linesize[4];       ///< number of bytes per line
} AVPicture;
ffmpeg/avpicture.1196075063.txt.gz · Last modified: 2007/11/26 12:04 by deva