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

Paul B Mahol onemda at gmail.com
Fri May 10 15:13:28 CEST 2013


On 5/10/13, Stefano Sabatini <stefasab at gmail.com> wrote:
> ---
>  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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

lgtm


More information about the ffmpeg-devel mailing list