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 189 of file frame.h.
Referenced by av_frame_get_side_data(), av_frame_new_side_data_from_buf(), 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 190 of file frame.h.
Referenced by av_content_light_metadata_create_side_data(), av_downmix_info_update_side_data(), av_frame_get_qp_table(), av_frame_new_side_data_from_buf(), av_frame_set_qp_table(), av_mastering_display_metadata_create_side_data(), av_stereo3d_create_side_data(), avcodec_encode_audio2(), create_subcc_packet(), decode_frame(), decode_iccp_chunk(), decode_packet(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_spherical(), dump_stereo3d(), encode_frame(), encode_headers(), ff_alloc_a53_sei(), ff_decode_frame_props(), ff_determine_signal_peak(), ff_mjpeg_decode_frame(), ff_mpeg1_encode_picture_header(), ff_print_debug_info2(), ff_side_data_update_matrix_encoding(), ff_update_hdr_metadata(), filter_frame(), frame_copy_props(), h264_export_frame_props(), mpeg1_encode_sequence_header(), mpeg_decode_frame(), mpeg_field_start(), reconfig_encoder(), set_side_data(), show_frame(), vaapi_encode_h265_init_picture_params(), and webp_decode_frame().
int AVFrameSideData::size |
Definition at line 191 of file frame.h.
Referenced by av_frame_new_side_data_from_buf(), avcodec_encode_audio2(), create_subcc_packet(), decode_packet(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_spherical(), dump_stereo3d(), dump_unknown(), encode_frame(), ff_alloc_a53_sei(), filter_frame(), frame_copy_props(), show_frame(), and vtenc_send_frame().
AVDictionary* AVFrameSideData::metadata |
Definition at line 192 of file frame.h.
Referenced by decode_iccp_chunk(), frame_copy_props(), free_side_data(), and show_frame().
AVBufferRef* AVFrameSideData::buf |
Definition at line 193 of file frame.h.
Referenced by av_frame_get_qp_table(), av_frame_new_side_data_from_buf(), frame_copy_props(), and free_side_data().