[MPlayer-dev-eng] [PATCH] Automatic downmix

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Sep 11 18:44:58 CEST 2010


On Sat, Sep 11, 2010 at 04:18:15PM +0200, Clément Bœsch wrote:
> @@ -1665,7 +1732,7 @@
>      if (!(initialized_flags & INITIALIZED_AO)) {
>          current_module="af_preinit";
>          ao_data.samplerate=force_srate;
> -        ao_data.channels=0;
> +        ao_data.channels=audio_output_channels;

Please test this very carefully, especially make sure that
all kinds of mono/stereo files still work with -channels 6.
I am for some reason quite convinced this was 0 for a good reason.


More information about the MPlayer-dev-eng mailing list