diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-07 18:24:55 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-07 18:24:55 +0000 |
commit | ce2e4ae35aba69f982676996743bfcc5ea75ae51 (patch) | |
tree | 00cb0b83d46b91a9f0cd5d33d9e261b460d249f4 /doc | |
parent | 4d508e4de54ba3d4bbcc1df3dc8a7a027006a71f (diff) | |
download | ffmpeg-ce2e4ae35aba69f982676996743bfcc5ea75ae51.tar.gz |
Add pixdesctest filter and corresponding test.
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c6b9161a6b..cd4364a786 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -112,6 +112,18 @@ The default value of @var{color} is ``black''. @end table +@section pixdesctest + +Pixel format descriptor test filter, mainly useful for internal +testing. The output video should be equal to the input video. + +For example: +@example +format=monow, pixdesctest +@end example + +can be used to test the monowhite pixel format descriptor definition. + @section scale Scale the input video to @var{width}:@var{height} and/or convert the image format. |