FFmpeg
|
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... | |
Picture data structure.
Up to four components can be stored into it, the last component is alpha.
attribute_deprecated uint8_t* AVPicture::data[AV_NUM_DATA_POINTERS] |
pointers to the image data planes
Definition at line 3795 of file avcodec.h.
Referenced by av_picture_copy(), av_picture_crop(), av_picture_pad(), avpicture_alloc(), avpicture_fill(), avpicture_free(), avpicture_layout(), decode_dvd_subtitles(), display_end_segment(), encode_dvd_subtitles(), find_smallest_bounding_rectangle(), teletext_decode_frame(), and xsub_encode().
attribute_deprecated int AVPicture::linesize[AV_NUM_DATA_POINTERS] |
number of bytes per line
Definition at line 3797 of file avcodec.h.
Referenced by av_picture_copy(), av_picture_crop(), av_picture_pad(), avpicture_alloc(), avpicture_fill(), avpicture_layout(), decode_dvd_subtitles(), display_end_segment(), encode_dvd_subtitles(), find_smallest_bounding_rectangle(), teletext_decode_frame(), and xsub_encode().