summaryrefslogtreecommitdiff
path: root/libavutil/wchar_filename.h
Commit message (Collapse)AuthorAge
* avutil/wchar_filename: add av_warn_unused_resultGanesh Ajjanagadde2015-10-30
| | | | | | | Current code is fine, this just adds robustness. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-27
| | | | | | | | | | | * 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 lavuMartin Storsjö2014-11-27
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>