summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-03-13 00:17:29 +0100
committerPaul B Mahol <onemda@gmail.com>2016-03-13 00:17:29 +0100
commit4a7c705fde1a25cc3dd4ffcb56e3b4acf12dea41 (patch)
tree09ea8885d3c46e95d24a7a7d8bd4327f58ebddd4 /doc/filters.texi
parenta61cd42c8d756c0f9503469988250b326e182ae6 (diff)
avfilter/vf_vectorscope: make it possible to override colorspace
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d5d619e35d..1f86c04a0a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12656,6 +12656,15 @@ Values higher than this value will be ignored. Default is 1.
Note this value is multiplied with actual max possible value one pixel component
can have. So for 8-bit input and high threshold value of 0.9 actual threshold
is 0.9 * 255 = 230.
+
+@item colorspace, c
+Set what kind of colorspace to use when drawing graticule.
+@table @samp
+@item auto
+@item 601
+@item 709
+@end table
+Default is auto.
@end table
@anchor{vidstabdetect}