summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-29 13:05:31 +0100
committerPaul B Mahol <onemda@gmail.com>2019-10-29 13:07:08 +0100
commit3420e56d9a4a2c947c638087291d5b05ca3870f8 (patch)
tree46c158a97941992ef833ae054689e8b8c95d2c2b /doc
parent4ce263a7fd1c8dc5625a9e0ca4ccba07c5ba90e4 (diff)
avfilter/vf_vfrdet: also report average delta
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c4477e6677..11f715319a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18946,8 +18946,8 @@ This filter tries to detect if the input is variable or constant frame rate.
At end it will output number of frames detected as having variable delta pts,
and ones with constant delta pts.
-If there was frames with variable delta, than it will also show min and max delta
-encountered.
+If there was frames with variable delta, than it will also show min, max and
+average delta encountered.
@section vibrance