summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-12 23:45:41 +0200
committerwm4 <wm4@nowhere>2014-08-12 23:45:41 +0200
commitdefa0a20e0e3b9590501f2f271765cfe7d520462 (patch)
treedd23948539cba7007a31b505117e7b81eda6c2f0 /DOCS
parent060ba226e66859d542e43a72320797cb117e7ab1 (diff)
downloadmpv-defa0a20e0e3b9590501f2f271765cfe7d520462.tar.bz2
mpv-defa0a20e0e3b9590501f2f271765cfe7d520462.tar.xz
af_lavcac3enc: lower minimum channel number to 3
It seems only stereo PCM should be passed through.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 2fede12935..6934d89cad 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -94,7 +94,7 @@ Available filters are:
``minchn=<n>``
If the input channel number is less than ``<minchn>``, the filter will
- detach itself (default: 5).
+ detach itself (default: 3).
``sweep[=speed]``
Produces a sine sweep.