pub unsafe extern "C" fn av_frame_remove_side_data(
frame: *mut AVFrame,
type_: AVFrameSideDataType,
)Expand description
If side data of the supplied type exists in the frame, free it and remove it from the frame.
pub unsafe extern "C" fn av_frame_remove_side_data(
frame: *mut AVFrame,
type_: AVFrameSideDataType,
)If side data of the supplied type exists in the frame, free it and remove it from the frame.