From a3e2019c2d0e5157c3a744be00db3a9ca255aae7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Nov 2013 23:18:09 +0100 Subject: ao: print requested audio format on init Also remove the rather bad/incomplete log calls from ao_alsa and ao_oss. --- audio/out/ao_oss.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/out/ao_oss.c') diff --git a/audio/out/ao_oss.c b/audio/out/ao_oss.c index 1a28267613..556f3c25c9 100644 --- a/audio/out/ao_oss.c +++ b/audio/out/ao_oss.c @@ -204,9 +204,6 @@ static int init(struct ao *ao) if (p->cfg_oss_mixer_channel && p->cfg_oss_mixer_channel[0]) mchan = p->cfg_oss_mixer_channel; - MP_VERBOSE(ao, "%d Hz %d chans %s\n", ao->samplerate, - ao->channels.num, af_fmt_to_str(ao->format)); - if (mchan) { int fd, devs, i; -- cgit v1.2.3