diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-01-01 13:33:16 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-01-01 13:33:16 +0100 |
commit | 35a8179149c1995c4b720f0e9ac7762c5a9a46df (patch) | |
tree | cf891e69736457fc959524cec315def456690a96 /doc | |
parent | e1f7881d926f960cbf49f870d9c94393d5b4dbde (diff) | |
download | ffmpeg-35a8179149c1995c4b720f0e9ac7762c5a9a46df.tar.gz |
avfilter/af_adelay: allow setting delays in seconds
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 1 |
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 |