OSDN Git Service

lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
authorMartin Storsjö <martin@martin.st>
Mon, 17 Nov 2014 21:08:15 +0000 (23:08 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 24 Nov 2014 21:36:29 +0000 (23:36 +0200)
commit960aff379da46dcaff61504a57714d4d4e758e41
treebc7789d4d4435845a5bb99e94c7e8933c397a2e9
parentb9d08c77a44390b0848c06f20bc0e9e951ba6a3c
lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink

This makes sure that the internal utf8 path names are handled
properly - the normal file handling functions assume path names
are in the native codepage, which isn't utf8.

This assumes that the tools outside of lavf don't use the mkdir
definition. (The tools don't do the same reading of command line
parameters as wchar either - they probably won't handle all possible
unicode file parameters properly, but at least work more predictably
if no utf8/wchar conversion is involved.)

This is moved further down in os_support.h, since windows.h shouldn't
be included before winsock2.h, while io.h needs to be included before
the manual defines for lseek functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/internal.h
libavformat/os_support.h