summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-19 08:34:38 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-19 08:34:38 +0000
commite7f6c252a247688c6b68429d084a3573aa6800a4 (patch)
tree5321644630097c5038e2a01150140f70590af7e4 /doc/faq.texi
parent675e737917190a169a8263ab34dcdcbf3c79173e (diff)
Mark file references as such with texinfo markup.
Originally committed as revision 24321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 6f323c9e84..6229666f20 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -460,8 +460,8 @@ 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?
-You have to implement a URLProtocol, see libavformat/file.c in FFmpeg
-and libmpdemux/demux_lavf.c in MPlayer sources.
+You have to implement a URLProtocol, see @file{libavformat/file.c} in
+FFmpeg and @file{libmpdemux/demux_lavf.c} in MPlayer sources.
@section I get "No compatible shell script interpreter found." in MSys.