[FFmpeg-cvslog] r24321 - trunk/doc/faq.texi

diego subversion
Mon Jul 19 10:34:38 CEST 2010


Author: diego
Date: Mon Jul 19 10:34:38 2010
New Revision: 24321

Log:
Mark file references as such with texinfo markup.

Modified:
   trunk/doc/faq.texi

Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi	Mon Jul 19 09:52:12 2010	(r24320)
+++ trunk/doc/faq.texi	Mon Jul 19 10:34:38 2010	(r24321)
@@ -460,8 +460,8 @@ See @url{http://www.parashift.com/c++-fa
 
 @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.
 



More information about the ffmpeg-cvslog mailing list