Function av_file_unmap
pub unsafe extern "C" fn av_file_unmap(bufptr: *mut u8, size: usize)
Expand description
Unmap or free the buffer bufptr created by av_file_map().
@param bufptr the buffer previously created with av_file_map() @param size size in bytes of bufptr, must be the same as returned by av_file_map()