summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>2010-09-25 01:57:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:57:01 +0000
commitf0a5543898dad040b8f2d1b44fb6b278c06c3460 (patch)
treeba517498bfc261423488ccaacdc621cbe7288a1c /doc/filters.texi
parent1ee410f330d3b57b0ea1ccb915977f2ba4d99815 (diff)
Add asink_anullsink - null audio sink.
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e6e187dec0..d0fcbca3eb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -48,6 +48,19 @@ anullsrc=48000:mono
@c man end AUDIO SOURCES
+@chapter Audio Sinks
+@c man begin AUDIO SINKS
+
+Below is a description of the currently available audio sinks.
+
+@section anullsink
+
+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.
+
+@c man end AUDIO SINKS
+
@chapter Video Filters
@c man begin VIDEO FILTERS