Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48' | Michael Niedermayer | 2014-11-27 | 1 | -5/+5 |
| | | | | | | | | | | | * commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48': Share the utf8 to wchar conversion routine between lavf and lavu Conflicts: libavformat/os_support.h libavutil/file_open.c Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Share the utf8 to wchar conversion routine between lavf and lavu | Martin Storsjö | 2014-11-27 | 1 | -0/+44 |
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> |