summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-09 16:14:06 +0200
committerPaul B Mahol <onemda@gmail.com>2017-05-09 16:17:49 +0200
commit66be24262689c7ec16c28b156d5811c23433f73f (patch)
tree62c22c97b090eaf996d2017cd61ca650d61657e3 /doc/filters.texi
parent164e2773261451ef33c4616296ec5bebecff42af (diff)
avfilter/vf_histogram: actually add parade display mode
Rename previous parade mode to stack, what it really was from start. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f431274f0f..3739fbcc04 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8757,15 +8757,18 @@ Allowed range is [0, 40].
Set display mode.
It accepts the following values:
@table @samp
-@item parade
+@item stack
Per color component graphs are placed below each other.
+@item parade
+Per color component graphs are placed side by side.
+
@item overlay
Presents information identical to that in the @code{parade}, except
that the graphs representing color components are superimposed directly
over one another.
@end table
-Default is @code{parade}.
+Default is @code{stack}.
@item levels_mode
Set mode. Can be either @code{linear}, or @code{logarithmic}.