summaryrefslogtreecommitdiff
path: root/libavutil/file_open.c
Commit message (Collapse)AuthorAge
* 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>
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-10
Signed-off-by: Martin Storsjö <martin@martin.st>