From 8be56ee211f9ee4c8f44f0a95b18bb2fffc44602 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 4 Dec 2018 21:39:32 +0100 Subject: avfilter/vf_showinfo: allow checksums calculation to be disabled Fixes #6987. --- doc/filters.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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}. -- cgit v1.2.3