[FFmpeg-devel] [PATCH] doc/filters: remove duplicated abuffer docs
Stefano Sabatini
stefasab at gmail.com
Fri May 10 14:19:04 CEST 2013
---
doc/filters.texi | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 73bb72b..993f5cc 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
--
1.7.9.5
More information about the ffmpeg-devel
mailing list