- av_file_map
int av_file_map(const(char)* filename, ubyte** bufptr, size_t* size, int log_offset, void* log_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_file_unmap
void av_file_unmap(ubyte* bufptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.