Revision b1ac139d
ID | b1ac139d89b9fc55b70ad3411af2f75fe8b17805 |
Parent | 9261e6cf |
Child | 7b376b39, e9251bb5 |
Handle unicode file names on windows
All file names should be in UTF-8 within libavformat.
This is handled by mapping the open() function to an internal one
in os_support.h for windows.
fopen() could be overridden in the same way, but if that would be
used from ffmpeg.c, it would add a dependency on an ff prefixed
internal lavf function.
Signed-off-by: Martin Storsjö <martin@martin.st>
Files
- added
- modified
- copied
- renamed
- deleted