diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 08:38:00 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 08:38:00 +0000 |
commit | 7f1af825f8bbb2fd911284a68f1c98e784e0fda4 (patch) | |
tree | b725927be6bdf549fec0045531fc8dfe85144046 /doc/filters.texi | |
parent | 5a9dd3de63db95704708350bc1c5abb74944cda2 (diff) | |
download | ffmpeg-7f1af825f8bbb2fd911284a68f1c98e784e0fda4.tar.gz |
Add fifo filter.
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a00e850b9f..60ecf5676d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -55,6 +55,15 @@ corner of the input image. The default value of @var{width} and @var{height} is 0. +@section fifo + +Buffer input images and send them when they are requested. + +This filter is mainly useful when auto-inserted by the libavfilter +framework. + +The filter does not take parameters. + @section format Convert the input video to one of the specified pixel formats. |