Implement null video sink.

Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-01-16 11:05:36 +00:00
parent 864a074213
commit 006aa1a4c2
5 changed files with 60 additions and 1 deletions
+10
View File
@@ -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