MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_frame_get_side_data

Function av_frame_get_side_data

libavutil/frame.c:659–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659AVFrameSideData *av_frame_get_side_data(const AVFrame *frame,
660 enum AVFrameSideDataType type)
661{
662 return (AVFrameSideData *)av_frame_side_data_get(
663 frame->side_data, frame->nb_side_data,
664 type
665 );
666}
667
668static int frame_copy_video(AVFrame *dst, const AVFrame *src)
669{

Callers 15

create_subcc_packetFunction · 0.85
process_frameFunction · 0.85
send_frameFunction · 0.85
configure_video_filtersFunction · 0.85
get_bufferFunction · 0.85
amf_save_hdr_metadataFunction · 0.85
set_roi_encode_ctrlFunction · 0.85

Calls 1

av_frame_side_data_getFunction · 0.85

Tested by

no test coverage detected