summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-05 13:53:25 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-05 15:01:55 +0100
commit206f65b06d0fedf6029480431115c710ca3c250a (patch)
tree55fe57c7a700df2448cae99a51e5a0e6cabd4afa /doc
parentc13216ac0801ea9af373728aca7c6eda61593a4a (diff)
avfilter/avf_avectorscope: add line drawing support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 02ee9a6955..a48ec3a5cc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13372,6 +13372,20 @@ Allowed range is @code{[0, 255]}.
@item zoom
Set the zoom factor. Default value is @code{1}. Allowed range is @code{[1, 10]}.
+
+@item draw
+Set the vectorscope drawing mode.
+
+Available values are:
+@table @samp
+@item dot
+Draw dot for each sample.
+
+@item line
+Draw line between previous and current sample.
+@end table
+
+Default value is @samp{dot}.
@end table
@subsection Examples