From b5670209438481f21addc8b7c4891627dd5ddac7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 28 Dec 2010 01:01:09 +0000 Subject: Add copy filter, useful for testing the avfilter_draw_slice() copy code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/filters.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/filters.texi') 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}. -- cgit v1.2.3