Libav
|
#include <frame.h>
Data Fields | |
enum AVFrameSideDataType | type |
uint8_t * | data |
int | size |
AVDictionary * | metadata |
enum AVFrameSideDataType AVFrameSideData::type |
Definition at line 103 of file frame.h.
Referenced by av_frame_copy_props(), av_frame_get_side_data(), av_frame_new_side_data(), av_frame_remove_side_data(), dump_unknown(), and filter_frame().
uint8_t * AVFrameSideData::data |
Definition at line 104 of file frame.h.
Referenced by av_downmix_info_update_side_data(), av_frame_copy_props(), av_frame_new_side_data(), av_stereo3d_create_side_data(), decode_postinit(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_stereo3d(), ff_decode_frame_props(), ff_mpeg1_encode_picture_header(), ff_side_data_update_matrix_encoding(), filter_frame(), free_side_data(), mpeg_field_start(), set_side_data(), and X264_frame().
int AVFrameSideData::size |
Definition at line 105 of file frame.h.
Referenced by av_frame_copy_props(), av_frame_new_side_data(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_stereo3d(), dump_unknown(), and filter_frame().
AVDictionary * AVFrameSideData::metadata |
Definition at line 106 of file frame.h.
Referenced by av_frame_copy_props(), and free_side_data().