summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-05-10 14:18:37 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-05-11 10:32:30 +0200
commit90d35e527be384951d1bfe25f5933d19d534e541 (patch)
tree180e78092e4090bfc3165d73f3e1a8547c0fd371 /doc
parentedc05698aaab3b731087644225a20d63491d2f21 (diff)
doc/filters: remove duplicated abuffer docs
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index af9dfcd0bf..fadae1bc12 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1734,31 +1734,6 @@ anullsrc=r=48000:cl=mono
@end example
@end itemize
-@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
-@file{libavfilter/buffersrc.h}.
-
-It accepts the following named parameters:
-@table @option
-
-@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.
-
-@item sample_rate
-Audio sample rate.
-
-@item sample_fmt
-Name of the sample format, as returned by @code{av_get_sample_fmt_name()}.
-
-@item channel_layout
-Channel layout of the audio data, in the form that can be accepted by
-@code{av_get_channel_layout()}.
-@end table
-
All the parameters need to be explicitly defined.
@section flite