Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-04 21:22:38 +0400
committerAnton Khirnov <anton@khirnov.net>2012-05-14 23:36:11 +0400
commita2cd9be212fca02dd3d6ee65cb6ab9f84c5e28e5 (patch)
treeea5dd3dbc99b98de0c872d6fd23d8f543af4a12a /doc/filters.texi
parent4c66c4071830e74afa1aea3df52059ab163c1ddb (diff)
lavfi: add an audio buffer sink.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8d4242607a..0314bfaf20 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -191,6 +191,13 @@ Null audio sink, do absolutely nothing with the input audio. It is
mainly useful as a template and to be employed in analysis / debugging
tools.
+@section abuffersink
+This sink is intended for programmatic use. Frames that arrive on this sink can
+be retrieved by the calling program using the interface defined in
+@file{libavfilter/buffersink.h}.
+
+This filter accepts no parameters.
+
@c man end AUDIO SINKS
@chapter Video Filters