Browse Source

typo fixes

Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
fcdff8996f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/faq.texi

+ 2
- 2
doc/faq.texi View File

@@ -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

Loading…
Cancel
Save