[][src]Function stainless_ffmpeg_sys::av_file_unmap

pub unsafe extern "C" fn av_file_unmap(bufptr: *mut u8, size: size_t)

Unmap or free the buffer bufptr created by av_file_map().

@param size size in bytes of bufptr, must be the same as returned by av_file_map()