From defa0a20e0e3b9590501f2f271765cfe7d520462 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 12 Aug 2014 23:45:41 +0200 Subject: af_lavcac3enc: lower minimum channel number to 3 It seems only stereo PCM should be passed through. --- DOCS/man/af.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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=`` If the input channel number is less than ````, the filter will - detach itself (default: 5). + detach itself (default: 3). ``sweep[=speed]`` Produces a sine sweep. -- cgit v1.2.3