summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-03-30 16:37:03 -0700
committerKevin Mitchell <kevmitch@gmail.com>2015-03-30 16:37:03 -0700
commit1091353d476b7187c8cfd350dbb98d2d1ad6d07c (patch)
treee1b44e6fb0a969ae930973f2fea21291483c5eae /DOCS
parentdf27ef22033fbdb73053636bdee70b4fd0eaff41 (diff)
downloadmpv-1091353d476b7187c8cfd350dbb98d2d1ad6d07c.tar.bz2
mpv-1091353d476b7187c8cfd350dbb98d2d1ad6d07c.tar.xz
manpage: correct option minchn->minch for lavcac3enc
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index d16bbb5675..1ae3c092df 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -63,7 +63,7 @@ Available filters are:
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
be documented by FFmpeg or Libav.
-``lavcac3enc[=tospdif[:bitrate[:minchn]]]``
+``lavcac3enc[=tospdif[:bitrate[:minch]]]``
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports
16-bit native-endian input format, maximum 6 channels. The output is
big-endian when outputting a raw AC-3 stream, native-endian when
@@ -92,8 +92,8 @@ Available filters are:
:5ch: 448
:6ch: 448
- ``minchn=<n>``
- If the input channel number is less than ``<minchn>``, the filter will
+ ``minch=<n>``
+ If the input channel number is less than ``<minch>``, the filter will
detach itself (default: 3).
``sweep[=speed]``