1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

typo fixes

Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-05-18 08:46:47 +00:00
parent 5d22ccf73f
commit fcdff8996f

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