From: Diego Biurrun Date: Thu, 18 May 2006 08:46:47 +0000 (+0000) Subject: typo fixes X-Git-Tag: v0.5~12736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcdff8996fa5d5f92281fb4630aafbecb6c3ef6c;p=platform%2Fupstream%2Flibav.git typo fixes Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/faq.texi b/doc/faq.texi index 3d8b91d..564b4f7 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