FFmpeg
Data Fields
AVPicture Struct Reference

Picture data structure. More...

#include <avcodec.h>

Data Fields

attribute_deprecated uint8_tdata [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 2655 of file avcodec.h.

Field Documentation

◆ data

pointers to the image data planes

Definition at line 2657 of file avcodec.h.

Referenced by av_picture_copy(), av_picture_crop(), av_picture_pad(), avpicture_alloc(), avpicture_fill(), avpicture_free(), and decode_dvd_subtitles().

◆ linesize

number of bytes per line

Definition at line 2659 of file avcodec.h.

Referenced by av_picture_copy(), av_picture_crop(), av_picture_pad(), avpicture_alloc(), avpicture_fill(), and decode_dvd_subtitles().


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