FFmpeg
|
Structure to hold side data for an AVFrame. More...
#include <frame.h>
Data Fields | |
enum AVFrameSideDataType | type |
uint8_t * | data |
int | size |
AVDictionary * | metadata |
AVBufferRef * | buf |
Structure to hold side data for an AVFrame.
sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added to the end with a minor bump.
enum AVFrameSideDataType AVFrameSideData::type |
Definition at line 135 of file frame.h.
Referenced by av_frame_get_side_data(), av_frame_new_side_data(), av_frame_remove_side_data(), create_subcc_packet(), dump_unknown(), filter_frame(), frame_copy_props(), and show_frame().
uint8_t* AVFrameSideData::data |
Definition at line 136 of file frame.h.
Referenced by av_downmix_info_update_side_data(), av_frame_new_side_data(), av_stereo3d_create_side_data(), avcodec_encode_audio2(), create_subcc_packet(), decode_frame(), decode_packet(), decode_postinit(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_stereo3d(), ff_init_buffer_info(), ff_mpeg1_encode_picture_header(), ff_print_debug_info2(), ff_side_data_update_matrix_encoding(), filter_frame(), frame_copy_props(), mpeg1_encode_sequence_header(), mpeg_field_start(), set_side_data(), show_frame(), and X264_frame().
int AVFrameSideData::size |
Definition at line 137 of file frame.h.
Referenced by av_frame_new_side_data(), avcodec_encode_audio2(), create_subcc_packet(), decode_packet(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_stereo3d(), dump_unknown(), filter_frame(), frame_copy_props(), and show_frame().
AVDictionary* AVFrameSideData::metadata |
Definition at line 138 of file frame.h.
Referenced by frame_copy_props(), and free_side_data().
AVBufferRef* AVFrameSideData::buf |
Definition at line 139 of file frame.h.
Referenced by av_frame_new_side_data(), frame_copy_props(), and free_side_data().