From 2cab640129cad86f376f5bd62dbf345b3d36ec7c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 12 Mar 2008 23:58:46 +0000 Subject: typo fixes Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/faq.texi b/doc/faq.texi index 85a0915b9d..7fea49bdd6 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -429,7 +429,7 @@ encompassing your FFmpeg includes using @code{extern "C"}. See @url{http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.3} -@section I have a file in memory / a API different from *open/*read/ libc how do i use it with libavformat? +@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 and libmpdemux/demux_lavf.c in MPlayer sources. -- cgit v1.2.1