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

Function av_frame_remove_side_data

libavutil/frame.c:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type)
726{
727 av_frame_side_data_remove(&frame->side_data, &frame->nb_side_data, type);
728}
729
730static int calc_cropping_offsets(size_t offsets[4], const AVFrame *frame,
731 const AVPixFmtDescriptor *desc)

Callers 15

configure_filtergraphFunction · 0.85
send_frameFunction · 0.85
ff_lcevc_processFunction · 0.85
output_frameFunction · 0.85
discard_samplesFunction · 0.85
hevc_receive_frameFunction · 0.85
ff_vvc_output_frameFunction · 0.85
generate_outputFunction · 0.85
addroi_filter_frameFunction · 0.85
vpp_set_frame_ext_paramsFunction · 0.85
filter_frameFunction · 0.85

Calls 1

Tested by

no test coverage detected