[vlc-devel] [PATCH 2/4] aout: keep the requested aout-mode across several inputs
Thomas Guillem
thomas at gllm.fr
Tue Apr 3 09:28:28 CEST 2018
On Sat, Mar 31, 2018, at 12:36, Rémi Denis-Courmont wrote:
> Le vendredi 30 mars 2018, 14:57:10 EEST Thomas Guillem a écrit :
> > This also fixes the aout-mode being forgotten when the decoder thread reload
> > its decoder module and aout.
>
> This is counter-sensical. The stereo mode variable controls the interpretation
> of the audio input track. If the track changes, there are no particular
> reasons to assume that the interpretation should be the same. In fact, in most
> case, it is not.
This commit is mainly done to prevent the loss of this settings when the decoder thread is restarting the decoder module of the same input track.
>
> In the unlikely event that you want a persistent setting, you can configure it
> already, like every other input parameter. There are no reasons to make a
> special snowflake out of this parameter.
>
> --
> Rémi Denis-Courmont
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list