summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-13 10:35:00 +0100
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-09-10 23:40:52 +0200
commit2298818f96cf4664e74b9b7486ca7eac88e3188a (patch)
treee40e641f5df138b3c5a1cb51ac9fb0f803ae58c6 /doc/libavfilter.texi
parent4a3294ef0069c898a495c783dfdb2f0bf1dc6583 (diff)
Remove reference to the libavfilter soc SVN repo, update libavfilter status description
The libavfilter SOC SVN repo is badly outdated, and some filters supports a syntax different from the current code, so it is better do not misled users into using it and just drop its reference.
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r--doc/libavfilter.texi16
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index f0b448259a..5bb5b1a84d 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -14,20 +14,8 @@
Libavfilter is the filtering API of FFmpeg. It is the substitute of the
now deprecated 'vhooks' and started as a Google Summer of Code project.
-Integrating libavfilter into the main FFmpeg repository is a work in
-progress. If you wish to try the unfinished development code of
-libavfilter then check it out from the libavfilter repository into
-some directory of your choice by:
-
-@example
- svn checkout svn://svn.ffmpeg.org/soc/libavfilter
-@end example
-
-And then read the README file in the top directory to learn how to
-integrate it into ffmpeg and ffplay.
-
-But note that there may still be serious bugs in the code and its API
-and ABI should not be considered stable yet!
+Audio filtering integration into the main FFmpeg repository is a work in
+progress, so audio API and ABI should not be considered stable yet.
@chapter Tutorial