diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 23:16:48 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 23:16:48 +0000 |
commit | f59e9eaf78c28026ebc540b5767c7fe9f11590fc (patch) | |
tree | 48cd06b75715f66220754952b102225f6f479015 /doc | |
parent | 375fb9f17a8ce6e93387e5b8fded7e0eba32da80 (diff) | |
download | ffmpeg-f59e9eaf78c28026ebc540b5767c7fe9f11590fc.tar.gz |
Add AUDIO FILTERS section.
Originally committed as revision 24855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 380d91d9a0..a8ea77116e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1,3 +1,15 @@ +@chapter Audio Filters +@c man begin AUDIO FILTERS + +When you configure your FFmpeg build, you can disable any of the +existing filters using --disable-filters. +The configure output will show the audio filters included in your +build. + +Below is a description of the currently available audio filters. + +@c man end AUDIO FILTERS + @chapter Video Filters @c man begin VIDEO FILTERS |