summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
diff options
context:
space:
mode:
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