av_file_unmap

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()

extern (C) @nogc nothrow
void
av_file_unmap
(
ubyte* bufptr
,
size_t size
)

Meta