diff options
author | Paul B Mahol | 2017-01-27 12:13:42 +0100 |
---|---|---|
committer | Paul B Mahol | 2017-01-27 12:13:42 +0100 |
commit | 29fbce8f812507a75e44ce6c6c94694c4697fb24 (patch) | |
tree | 9843c3e868e39776346d21a9146f5075fac9ef47 /doc | |
parent | fca30832828af70f13de81c11f5346525c9f4b91 (diff) |
doc/filters: mention recently added option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 99a2268d0f..cd1aaabc1e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15752,6 +15752,9 @@ Allowed range is @code{[0, 255]}. @item mpc Set color which will be used for drawing median phase. If color is @code{none} which is default, no median phase value will be drawn. + +@item video +Enable video output. Default is enabled. @end table The filter also exports the frame metadata @code{lavfi.aphasemeter.phase} which |