From 1091353d476b7187c8cfd350dbb98d2d1ad6d07c Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Mon, 30 Mar 2015 16:37:03 -0700 Subject: manpage: correct option minchn->minch for lavcac3enc --- DOCS/man/af.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS') 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=`` - If the input channel number is less than ````, the filter will + ``minch=`` + If the input channel number is less than ````, the filter will detach itself (default: 3). ``sweep[=speed]`` -- cgit v1.2.3