ffmpeg:avpicture
AVPicture
Defined in avcodec.h
Subset of AVFrame
/** * 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.txt · Last modified: 2009/07/20 14:39 by challaganmadrid