summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-05-14 10:07:44 +0200
committerPaul B Mahol <onemda@gmail.com>2018-05-16 12:20:38 +0200
commit4e816b549142d11f716b8d23e4f68b622298f28f (patch)
tree3f988e7f6979b1a10c9686270478de55f8c0cb64 /doc
parent64f59a21b39b380eaadc6d5f5dc721965fb785e4 (diff)
avfilter: add aderivative and aintegral filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index afa3984447..7646efb918 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -585,6 +585,12 @@ adelay=0|500S|700S
@end example
@end itemize
+@section aderivative, aintegral
+
+Compute derivative/integral of audio stream.
+
+Applying both filters one after another produces original audio.
+
@section aecho
Apply echoing to the input audio.