summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2017-12-10 00:29:12 +0100
committerMarton Balint <cus@passwd.hu>2017-12-21 23:03:10 +0100
commite1113a83ccb6bb30e3ad865956fe9eed0d650394 (patch)
tree9ad6cf783ffd121044a77583042af111896152d0 /doc
parentbe15304ee610252636120f5e09fad4b015b34a31 (diff)
avfilter/vf_framerate: fix scene change detection score
- normalize score to [0..100] instead of [0..85] - change the default score to 8.2 to roughly keep existing behaviour - take into account bit depth - do not truncate to integer Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6a6d5a334e..45515966e8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9121,7 +9121,7 @@ Specify the level at which a scene change is detected as a value between
0 and 100 to indicate a new scene; a low value reflects a low
probability for the current frame to introduce a new scene, while a higher
value means the current frame is more likely to be one.
-The default is @code{7}.
+The default is @code{8.2}.
@item flags
Specify flags influencing the filter process.