pub unsafe extern "C" fn mbuf_coded_video_frame_remove_ancillary_data(
frame: *mut mbuf_coded_video_frame,
name: *const c_char,
) -> c_intExpand description
Remove an ancillary data from a frame.
@note This function returns -ENOENT if no ancillary data with the given name exists.
@param frame: The frame. @param name: The ancillary data name.
@return 0 on success, negative errno on error.