[FFmpeg-cvslog] doc/filters: remove duplicated abuffer docs

Stefano Sabatini git at videolan.org
Sat May 11 10:36:12 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri May 10 14:18:37 2013 +0200| [90d35e527be384951d1bfe25f5933d19d534e541] | committer: Stefano Sabatini

doc/filters: remove duplicated abuffer docs

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90d35e527be384951d1bfe25f5933d19d534e541
---

 doc/filters.texi |   25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index af9dfcd..fadae1b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1734,31 +1734,6 @@ anullsrc=r=48000:cl=mono
 @end example
 @end itemize
 
- at section abuffer
-Buffer audio frames, and make them available to the filter chain.
-
-This source is not intended to be part of user-supplied graph descriptions but
-for insertion by calling programs through the interface defined in
- at file{libavfilter/buffersrc.h}.
-
-It accepts the following named parameters:
- at table @option
-
- at item time_base
-Timebase which will be used for timestamps of submitted frames. It must be
-either a floating-point number or in @var{numerator}/@var{denominator} form.
-
- at item sample_rate
-Audio sample rate.
-
- at item sample_fmt
-Name of the sample format, as returned by @code{av_get_sample_fmt_name()}.
-
- at item channel_layout
-Channel layout of the audio data, in the form that can be accepted by
- at code{av_get_channel_layout()}.
- at end table
-
 All the parameters need to be explicitly defined.
 
 @section flite



More information about the ffmpeg-cvslog mailing list