summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormrskman <mrskman@gmail.com>2014-08-04 11:40:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-05 14:12:35 +0200
commit6f3e15af84eb76204eae62bf382604c77a9825d0 (patch)
treee786fdbbf8c416c1b714e8dee7325c581d0802bd /doc
parenta53a107a2f04a3f4311bd2e34f3d1aa10cc4570e (diff)
avfilter/avf_showwaves: New p2p mode for showwaves filter
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c5caa77d99..86feebccdc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10701,6 +10701,9 @@ Draw a point for each sample.
@item line
Draw a vertical line for each sample.
+
+@item p2p
+Draw a point for each sample and a line between them.
@end table
Default value is @code{point}.