FFmpeg
Data Fields
AVFrameSideData Struct Reference

Structure to hold side data for an AVFrame. More...

#include <frame.h>

Data Fields

enum AVFrameSideDataType type
 
uint8_t * data
 
size_t size
 
AVDictionarymetadata
 
AVBufferRefbuf
 

Detailed Description

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.

Examples
extract_mvs.c.

Definition at line 246 of file frame.h.

Field Documentation

◆ type

enum AVFrameSideDataType AVFrameSideData::type

◆ data

uint8_t* AVFrameSideData::data
Examples
extract_mvs.c.

Definition at line 248 of file frame.h.

Referenced by addroi_filter_frame(), av_ambient_viewing_environment_create_side_data(), av_content_light_metadata_create_side_data(), av_downmix_info_update_side_data(), av_dynamic_hdr_plus_create_side_data(), av_dynamic_hdr_vivid_create_side_data(), av_film_grain_params_create_side_data(), av_mastering_display_metadata_create_side_data(), av_stereo3d_create_side_data(), configure_video_filters(), contain_valid_detection_bbox(), create_subcc_packet(), cri_decode_frame(), decode_frame(), decode_packet(), discard_samples(), dnn_classify_post_proc(), dump_ambient_viewing_environment(), dump_audio_service_type(), dump_content_light_metadata(), dump_detection_bbox(), dump_dovi_metadata(), dump_downmix(), dump_dynamic_hdr_plus(), dump_dynamic_hdr_vivid(), dump_mastering_display(), dump_matrixenc(), dump_replaygain(), dump_roi(), dump_s12m_timecode(), dump_sei_film_grain_params_metadata(), dump_sei_unregistered_metadata(), dump_spherical(), dump_stereo3d(), dump_video_enc_params(), encode_frame(), encode_headers(), encode_send_frame_internal(), extract_lltask_from_task(), ff_alloc_a53_sei(), ff_alloc_timecode_sei(), ff_ccfifo_extract(), ff_ccfifo_inject(), ff_decode_frame_props(), ff_decode_frame_props_from_pkt(), ff_determine_signal_peak(), ff_frame_to_dnn_classify(), ff_h2645_sei_to_frame(), ff_h264_field_end(), ff_mjpeg_decode_frame_from_buf(), ff_print_debug_info2(), ff_qp_table_extract(), ff_side_data_update_matrix_encoding(), ff_update_hdr_metadata(), filter_frame(), frame_copy_props(), h264_export_frame_props(), hevc_frame_end(), iccdetect_filter_frame(), ifilter_parameters_from_frame(), jpeg_put_comments(), libjxl_encode_frame(), libx265_encode_frame(), libx265_encode_set_roi(), mpeg_decode_frame(), mpeg_field_start(), png_write_iccp(), populate_avctx_color_fields(), prepare_sei_data_array(), print_frame_side_data(), process_frame(), qsv_hevc_set_encode_ctrl(), reconfig_encoder(), send_frame(), set_roi_encode_ctrl(), set_roi_map(), set_side_data(), setup_frame(), tiff_decode_tag(), vaapi_encode_h265_init_picture_params(), vpp_set_frame_ext_params(), and webp_decode_frame().

◆ size

size_t AVFrameSideData::size

◆ metadata

AVDictionary* AVFrameSideData::metadata

◆ buf

AVBufferRef* AVFrameSideData::buf

Definition at line 251 of file frame.h.

Referenced by frame_copy_props(), free_side_data(), and iccdetect_filter_frame().


The documentation for this struct was generated from the following file: