summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-01-23 13:35:23 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-01-24 22:08:34 +0530
commit3224d6691cdc59ef0d31cdb35efac27494ff515b (patch)
treebfc8c7c4a4b76e8db50e115dd5fcf76bbe7d8386 /doc
parente0ad7d57415b6c8e32126f1bc21052b2c3698b39 (diff)
avfilter/afade+acrossfade: allow skipping fade on inputs
New fade curve value 'nofade' passes audio samples as-is. Primarily useful in carrying out acrossfade without fades.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d06dfe089f..fc98323af0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -958,6 +958,8 @@ select double-exponential seat
select double-exponential sigmoid
@item losi
select logistic sigmoid
+@item nofade
+no fade applied
@end table
@end table