diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-02 15:32:55 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-04 13:21:08 +0100 |
commit | dc7ad85c401a0137795e0414f5fe1c2e7f1d7078 (patch) | |
tree | e99ed738ee0cf7831809c9b2e66277a236e52c1b /doc/filters.texi | |
parent | 837126568c83b3f95cc19c1f24c005a215a2af1e (diff) | |
download | ffmpeg-dc7ad85c401a0137795e0414f5fe1c2e7f1d7078.tar.gz |
doc: use @command{} for commands.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 86cacb3c2c..de73e3f289 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -354,7 +354,7 @@ A customized down-mix to stereo that works automatically for 3-, 4-, 5- and pan=stereo: FL < FL + 0.5*FC + 0.6*BL + 0.6*SL : FR < FR + 0.5*FC + 0.6*BR + 0.6*SR @end example -Note that @file{ffmpeg} integrates a default down-mix (and up-mix) system +Note that @command{ffmpeg} integrates a default down-mix (and up-mix) system that should be preferred (see "-ac" option) unless you have very specific needs. |