ao_oss: fix mixer channel message

This commit is contained in:
Kevin Mitchell 2017-02-08 00:31:15 -08:00
parent f4d75376fe
commit cc3eb531eb
1 changed files with 1 additions and 1 deletions

View File

@ -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);