summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-09 22:58:56 +0200
committerPaul B Mahol <onemda@gmail.com>2017-05-12 10:48:13 +0200
commiteaf644e120b3bc42c0fb702dfe9e79615cb4593a (patch)
tree69162d069eea55732a440d1579b8fada8f6f0b5e /doc
parent6899e6e56065d9365963e02690dc9e2ce7866050 (diff)
avfilter: add acopy filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c54f5f2dcd..e1208d0f4a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -395,6 +395,11 @@ How much to use compressed signal in output. Default is 1.
Range is between 0 and 1.
@end table
+@section acopy
+
+Copy the input audio source unchanged to the output. This is mainly useful for
+testing purposes.
+
@section acrossfade
Apply cross fade from one input audio stream to another input audio stream.
@@ -5665,7 +5670,7 @@ convolution="-2 -1 0 -1 1 1 0 1 2:-2 -1 0 -1 1 1 0 1 2:-2 -1 0 -1 1 1 0 1 2:-2 -
@section copy
-Copy the input source unchanged to the output. This is mainly useful for
+Copy the input video source unchanged to the output. This is mainly useful for
testing purposes.
@anchor{coreimage}