]> git.sesse.net Git - ffmpeg/commit
Share the utf8 to wchar conversion routine between lavf and lavu
authorMartin Storsjö <martin@martin.st>
Tue, 25 Nov 2014 08:39:50 +0000 (10:39 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 27 Nov 2014 07:29:17 +0000 (09:29 +0200)
commit9326d64ed1baadd7af60df6bbcc59cf1fefede48
treed9eb4e97348868fa1756f612d9ae3b3246dcb4bd
parent234fb81e3145e9c9aec4ec16266676fab7dc21fa
Share the utf8 to wchar conversion routine between lavf and lavu

This doesn't add any dependency on library internals, since this
only is a static inline function that gets built into each of the
calling functions - this is only to reduce the code duplication.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/os_support.h
libavutil/file_open.c
libavutil/wchar_filename.h [new file with mode: 0644]