From faf24a286fb69ef6b93522a4678fad81b6e989f6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Feb 2020 22:08:38 +0100 Subject: ad_lavc: disable decoder downmix by default Let's see how much everyone hates this. Leaving it enabled seems problematic, because libavcodec returns an unspecific error if it doesn't like it. Fixes: #6300 --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 982e8c1830..c34dc5cc57 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1829,7 +1829,7 @@ Audio other players) ignore this for the sake of better audio quality. ``--ad-lavc-downmix=`` - Whether to request audio channel downmixing from the decoder (default: yes). + Whether to request audio channel downmixing from the decoder (default: no). Some decoders, like AC-3, AAC and DTS, can remix audio on decoding. The requested number of output channels is set with the ``--audio-channels`` option. Useful for playing surround audio on a stereo system. -- cgit v1.2.3