summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-01 13:33:16 +0100
committerPaul B Mahol <onemda@gmail.com>2019-01-01 13:33:16 +0100
commit35a8179149c1995c4b720f0e9ac7762c5a9a46df (patch)
treecf891e69736457fc959524cec315def456690a96 /doc
parente1f7881d926f960cbf49f870d9c94393d5b4dbde (diff)
avfilter/af_adelay: allow setting delays in seconds
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 45582dd2bd..5c651fc345 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -683,6 +683,7 @@ Set list of delays in milliseconds for each channel separated by '|'.
Unused delays will be silently ignored. If number of given delays is
smaller than number of channels all remaining channels will not be delayed.
If you want to delay exact number of samples, append 'S' to number.
+If you want instead to delay in seconds, append 's' to number.
@end table
@subsection Examples