Changeset b1ac139d in ffmpeg

Timestamp:
Apr 23, 2011, 9:05:38 PM (14 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
7b376b39, e9251bb5
Parents:
9261e6cf
git-author:
Kirill Gavrilov <gavr.mail@gmail.com> (04/20/11 11:36:44)
git-committer:
Martin Storsjö <martin@martin.st> (04/23/11 21:05:38)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.