[FFmpeg-cvslog] doc/filters: mention when adenorm filter should be placed in graph

Paul B Mahol git at videolan.org
Sat Nov 28 14:14:06 EET 2020


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Nov 28 13:02:13 2020 +0100| [ea8c05a3e73d2c69e02fc1c72ad3800d61c96ae6] | committer: Paul B Mahol

doc/filters: mention when adenorm filter should be placed in graph

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea8c05a3e73d2c69e02fc1c72ad3800d61c96ae6
---

 doc/filters.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 8aefa560f2..b3a1bd3277 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -771,6 +771,8 @@ adelay=delays=64S:all=1
 @section adenorm
 Remedy denormals in audio by adding extremely low-level noise.
 
+This filter shall be placed before any filter that can produce denormals.
+
 A description of the accepted parameters follows.
 
 @table @option



More information about the ffmpeg-cvslog mailing list