summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-05-18 08:46:47 +0000
committerDiego Biurrun <diego@biurrun.de>2006-05-18 08:46:47 +0000
commitfcdff8996fa5d5f92281fb4630aafbecb6c3ef6c (patch)
treef3221fb256aa579f57c9311d5cb67d07792c83c3
parent5d22ccf73fa1259d758b9499fed548ad501f0869 (diff)
typo fixes
Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/faq.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 3d8b91d833..564b4f7a3c 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -219,7 +219,7 @@ 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
+You have to implement a URLProtocol, see libavformat/file.c in FFmpeg CVS
+and libmpdemux/demux_lavf.c in MPlayer CVS.
@bye