summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-11 18:10:46 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-13 12:57:09 +0200
commit3a81775bdee7c02dac0d933f3c2b565ac5d9c97c (patch)
tree08bb9f5bc2518739289e5cfda151dbf664f17f7d /doc
parentee56d9bc89c2cd9f79ef62a8301b9c42c50b0757 (diff)
avfilter/vf_signalstats: measure video bitdepth
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index dda1c1715b..3a9e251e00 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11946,6 +11946,18 @@ Expressed in range of [0-255].
Display the average of sample value difference between all values of the V
plane in the current frame and corresponding values of the previous input frame.
Expressed in range of [0-255].
+
+@item YBITDEPTH
+Display bit depth of Y plane in current frame.
+Expressed in range of [0-16].
+
+@item UBITDEPTH
+Display bit depth of U plane in current frame.
+Expressed in range of [0-16].
+
+@item VBITDEPTH
+Display bit depth of V plane in current frame.
+Expressed in range of [0-16].
@end table
The filter accepts the following options: