summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-05-18 08:01:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-05-18 08:01:47 +0000
commitf994f61e6d4d09b28235fdb0a771fef8d260cbfe (patch)
tree1e67bbef716541e28cd4ec83da3bd82060ab8969 /doc
parentfefbdd2e67fd289fabc130545b3c3d83ec7473a1 (diff)
URLProtocol faq
Originally committed as revision 5393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index ec022d5bcb..3d8b91d833 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -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
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