summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-15 13:54:19 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-15 13:54:19 +0200
commit8d2da0939cbd21a7f3b79e2b8b93ae2a0a3d4c2c (patch)
tree405fc55046647aa82aa903fc911fc07bcd0450ba /doc
parentb9ce43625c43fe56aa2db726e147929380411790 (diff)
avfilter/vf_datascope: make it possible to change pixscope window position
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index eedc7b5896..8b0c6d920b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11527,10 +11527,10 @@ The filters accept the following options:
@table @option
@item x
-Set scope X position, offset on X axis.
+Set scope X position, relative offset on X axis.
@item y
-Set scope Y position, offset on Y axis.
+Set scope Y position, relative offset on Y axis.
@item w
Set scope width.
@@ -11540,6 +11540,12 @@ Set scope height.
@item o
Set window opacity. This window also holds statistics about pixel area.
+
+@item wx
+Set window X position, relative offset on X axis.
+
+@item wy
+Set window Y position, relative offset on Y axis.
@end table
@section pp