summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-12-04 21:39:32 +0100
committerPaul B Mahol <onemda@gmail.com>2018-12-09 18:46:36 +0100
commit8be56ee211f9ee4c8f44f0a95b18bb2fffc44602 (patch)
tree2e9b711fa7e7f910088f36a89e4a49797a64a03e /doc
parent5ecd4f24f00bdeb1daeef64aeb5ab8fa1827a892 (diff)
avfilter/vf_showinfo: allow checksums calculation to be disabled
Fixes #6987.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 41fbbc5329..e3415630ec 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15304,6 +15304,13 @@ Keep the same colorspace property (default).
Show a line containing various information for each input video frame.
The input video is not modified.
+This filter supports the following options:
+
+@table @option
+@item checksum
+Calculate checksums of each plane. By default enabled.
+@end table
+
The shown line contains a sequence of key/value pairs of the form
@var{key}:@var{value}.