diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-08-06 12:30:33 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-06 13:17:49 +0200 |
commit | a8dcf5eebba73c18e3d07c4b8eaeaf6770b8cd44 (patch) | |
tree | 876277257a9871a1cd5675f7d88ce462df5e145b /doc/filters.texi | |
parent | 3e12b5893d94f8cada7e8a040007a039c62f880d (diff) | |
download | ffmpeg-a8dcf5eebba73c18e3d07c4b8eaeaf6770b8cd44.tar.gz |
lavfi: add asink_abuffer - audio buffer sink
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b41fce7ced..3e46229c7b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -144,6 +144,17 @@ anullsrc=48000:mono Below is a description of the currently available audio sinks. +@section abuffersink + +Buffer audio frames, and make them available to the end of filter chain. + +This sink is mainly intended for programmatic use, in particular +through the interface defined in @file{libavfilter/asink_abuffer.h}. + +It requires a pointer to a ABufferSinkContext structure, which defines the +incoming buffers' format, to be passed as the opaque parameter to +@code{avfilter_init_filter} for initialization. + @section anullsink Null audio sink, do absolutely nothing with the input audio. It is |