mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 23:21:54 +00:00
ao_oss: fix mixer channel message
This commit is contained in:
parent
f4d75376fe
commit
cc3eb531eb
@ -451,7 +451,7 @@ static int init(struct ao *ao)
|
||||
}
|
||||
|
||||
MP_VERBOSE(ao, "using '%s' mixer device\n", p->oss_mixer_device);
|
||||
MP_VERBOSE(ao, "using '%s' mixer device\n", mixer_channels[p->oss_mixer_channel]);
|
||||
MP_VERBOSE(ao, "using '%s' mixer channel\n", mixer_channels[p->oss_mixer_channel]);
|
||||
|
||||
ao->format = af_fmt_from_planar(ao->format);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user