summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 11:05:36 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 11:05:36 +0000
commit006aa1a4c2307209ad11c3ad0ad1d888c8df98fe (patch)
tree85af93f110b3659db117614b4051cf3737b83155 /doc/libavfilter.texi
parent864a0742134187260257396d9de3c8c06d5d1122 (diff)
Implement null video sink.
Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r--doc/libavfilter.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index 28f24bce9f..5bb5235898 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -213,4 +213,14 @@ the configured source.
The default values of ``width'' and ``height'' are respectively 352
and 288 (corresponding to the CIF size format).
+@chapter Available video sinks
+
+Below is a description of the currently available video sinks.
+
+@section nullsink
+
+Null video sink, do absolutely nothing with the input video. It is
+mainly useful as a template and to be employed in analysis / debugging
+tools.
+
@bye