mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 18:02:36 +00:00
audio: lower "Disabling multichannel output." warning to verbose
Not sure why it was a warning in the first place.
This commit is contained in:
parent
6100a7d75f
commit
6b9d3f4f7b
@ -455,7 +455,7 @@ bool ao_chmap_sel_adjust2(struct ao *ao, const struct mp_chmap_sel *s,
|
||||
if (!mp_chmap_equals(&res, &(struct mp_chmap)MP_CHMAP_INIT_MONO) &&
|
||||
!mp_chmap_equals(&res, &(struct mp_chmap)MP_CHMAP_INIT_STEREO))
|
||||
{
|
||||
MP_WARN(ao, "Disabling multichannel output.\n");
|
||||
MP_VERBOSE(ao, "Disabling multichannel output.\n");
|
||||
*map = (struct mp_chmap)MP_CHMAP_INIT_STEREO;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user