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 202 of file frame.h.
Referenced by av_frame_remove_side_data(), dump_unknown(), filter_frame(), frame_copy_props(), and show_frame().
uint8_t* AVFrameSideData::data |
Definition at line 203 of file frame.h.
Referenced by av_content_light_metadata_create_side_data(), av_downmix_info_update_side_data(), av_dynamic_hdr_plus_create_side_data(), av_frame_get_qp_table(), 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(), decode_simple_internal(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_roi(), 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(), libx265_encode_set_roi(), mpeg1_encode_sequence_header(), mpeg_decode_frame(), mpeg_field_start(), reconfig_encoder(), set_side_data(), show_frame(), vaapi_encode_h265_init_picture_params(), webp_decode_frame(), and X264_frame().
int AVFrameSideData::size |
Definition at line 204 of file frame.h.
Referenced by avcodec_encode_audio2(), create_subcc_packet(), decode_packet(), dump_audio_service_type(), dump_downmix(), dump_matrixenc(), dump_replaygain(), dump_roi(), dump_spherical(), dump_stereo3d(), dump_unknown(), encode_frame(), ff_alloc_a53_sei(), ff_mpeg1_encode_picture_header(), filter_frame(), frame_copy_props(), libx265_encode_set_roi(), show_frame(), vtenc_send_frame(), and X264_frame().
AVDictionary* AVFrameSideData::metadata |
Definition at line 205 of file frame.h.
Referenced by decode_iccp_chunk(), frame_copy_props(), free_side_data(), and show_frame().
AVBufferRef* AVFrameSideData::buf |
Definition at line 206 of file frame.h.
Referenced by av_frame_get_qp_table(), frame_copy_props(), and free_side_data().