diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
commit | b5670209438481f21addc8b7c4891627dd5ddac7 (patch) | |
tree | 69b199d9dd349c1ad56a9b1a964ede545d662864 /doc/filters.texi | |
parent | 28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c (diff) | |
download | ffmpeg-b5670209438481f21addc8b7c4891627dd5ddac7.tar.gz |
Add copy filter, useful for testing the avfilter_draw_slice() copy
code.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c4b132d6c7..0039044a28 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -183,6 +183,11 @@ threshold, and defaults to 98. @var{threshold} is the threshold below which a pixel value is considered black, and defaults to 32. +@section copy + +Copy the input source unchanged to the output. Mainly useful for +testing purposes. + @section crop Crop the input video to @var{out_w}:@var{out_h}:@var{x}:@var{y}. |