diff options
author | Kevin Mitchell <kevmitch@gmail.com> | 2015-03-30 16:37:03 -0700 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2015-03-30 16:37:03 -0700 |
commit | 1091353d476b7187c8cfd350dbb98d2d1ad6d07c (patch) | |
tree | e1b44e6fb0a969ae930973f2fea21291483c5eae | |
parent | df27ef22033fbdb73053636bdee70b4fd0eaff41 (diff) | |
download | mpv-1091353d476b7187c8cfd350dbb98d2d1ad6d07c.tar.bz2 mpv-1091353d476b7187c8cfd350dbb98d2d1ad6d07c.tar.xz |
manpage: correct option minchn->minch for lavcac3enc
-rw-r--r-- | DOCS/man/af.rst | 6 |
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]`` |