[FFmpeg-devel] [PATCH] Remove reference to the libavfilter soc SVN repo, update libavfilter status description

Stefano Sabatini stefano.sabatini-lala at poste.it
Sat Sep 10 16:48:30 CEST 2011


The SVN repo is badly outdated and supports a syntax different from
the current code, so it is better do not misled users into using it
and just drop its reference.
---
 doc/libavfilter.texi |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index f0b4482..5bb5b1a 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:
-
- at example
-   svn checkout svn://svn.ffmpeg.org/soc/libavfilter
- at 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
 
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list