diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:04 +0000 |
commit | 1c1b5a4094b96e020374e933a662c9b547169a37 (patch) | |
tree | 7cca8deb454f9174aebfaf0f5c5d4475c798b2d5 /doc/faq.texi | |
parent | dc4ed3b14158b5b0a1e12f3e05119906523f2fc2 (diff) | |
download | ffmpeg-1c1b5a4094b96e020374e933a662c9b547169a37.tar.gz |
CVS --> Subversion
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 68989c8044..d4c3ef2edf 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -103,9 +103,9 @@ and pass 'combfilter=2'. @section I have a problem with an old version of ffmpeg; where should I report it? Nowhere. Upgrade to the latest release or if there is no recent release upgrade -to CVS. You could also try to report it. Maybe you will get lucky and +to Subversion HEAD. You could also try to report it. Maybe you will get lucky and become the first person in history to get an answer different from "upgrade -to CVS". +to Subversion HEAD". @section -f jpeg doesn't work. @@ -253,7 +253,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 +and libmpdemux/demux_lavf.c in MPlayer sources. @bye |