Commit 6a67ba27 authored by michael's avatar michael

URLProtocol faq


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5393 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 05391539
...@@ -217,4 +217,9 @@ since MinGW does the job perfectly adequately. None of the core developers ...@@ -217,4 +217,9 @@ since MinGW does the job perfectly adequately. None of the core developers
work with Visual C++ and thus this item is low priority. Should you find work with Visual C++ and thus this item is low priority. Should you find
the silver bullet that solves this problem, feel free to shoot it at us. the silver bullet that solves this problem, feel free to shoot it at us.
@section I have a file in memory / a API different from *open/*read/ libc how do i use it with libavformat ?
You have to implement a URLProtocol, see libavformat/file.c in ffmpeg cvs
and libmpdemux/demux_lavf.c in mplayer cvs
@bye @bye
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment