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 144 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 145 of file frame.h.
Referenced by av_downmix_info_update_side_data(), av_frame_new_side_data(), av_mastering_display_metadata_create_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(), encode_headers(), ff_alloc_a53_sei(), 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_decode_frame(), mpeg_field_start(), reconfig_encoder(), set_side_data(), and show_frame().
int AVFrameSideData::size |
Definition at line 146 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(), ff_alloc_a53_sei(), filter_frame(), frame_copy_props(), and show_frame().
AVDictionary* AVFrameSideData::metadata |
Definition at line 147 of file frame.h.
Referenced by frame_copy_props(), and free_side_data().
AVBufferRef* AVFrameSideData::buf |
Definition at line 148 of file frame.h.
Referenced by av_frame_new_side_data(), frame_copy_props(), and free_side_data().