diff options
author | S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu> | 2010-09-25 01:57:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 01:57:01 +0000 |
commit | f0a5543898dad040b8f2d1b44fb6b278c06c3460 (patch) | |
tree | ba517498bfc261423488ccaacdc621cbe7288a1c /doc | |
parent | 1ee410f330d3b57b0ea1ccb915977f2ba4d99815 (diff) | |
download | ffmpeg-f0a5543898dad040b8f2d1b44fb6b278c06c3460.tar.gz |
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')
-rw-r--r-- | doc/filters.texi | 13 |
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 |