av_fopen_utf8

Open a file using a UTF-8 filename. The API of this function matches POSIX fopen(), errors are returned through errno.

extern (C) @nogc nothrow
FILE*
av_fopen_utf8
(
const(char)* path
,
const(char)* mode
)

Meta