Function mp4parse_capi::mp4parse_avif_free[][src]

#[no_mangle]
pub unsafe extern "C" fn mp4parse_avif_free(
    parser: *mut Mp4parseAvifParser
)
Expand description

Free an Mp4parseAvifParser* allocated by mp4parse_avif_new().

Safety

This function is unsafe because it creates a box from a raw pointer. Callers should ensure that the parser pointer points to a valid Mp4parseAvifParser created by mp4parse_avif_new.