FFmpeg
|
#include <frame.h>
Data Fields | |
enum AVFrameSideDataType | type |
uint8_t * | data |
int | size |
AVDictionary * | metadata |
enum AVFrameSideDataType AVFrameSideData::type |
Definition at line 98 of file frame.h.
Referenced by av_frame_copy_props(), av_frame_get_side_data(), and av_frame_new_side_data().
uint8_t* AVFrameSideData::data |
Definition at line 99 of file frame.h.
Referenced by av_downmix_info_update_side_data(), av_frame_copy_props(), av_frame_new_side_data(), av_frame_unref(), av_stereo3d_create_side_data(), ff_mpeg1_encode_picture_header(), ff_side_data_update_matrix_encoding(), mpeg_field_start(), and X264_frame().
int AVFrameSideData::size |
Definition at line 100 of file frame.h.
Referenced by av_frame_copy_props(), and av_frame_new_side_data().
AVDictionary* AVFrameSideData::metadata |
Definition at line 101 of file frame.h.
Referenced by av_frame_copy_props(), and av_frame_unref().