1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

coreaudio: remove useless log

There is one more complete just after.
This commit is contained in:
Thomas Guillem 2022-11-04 09:46:51 +01:00 committed by Jean-Baptiste Kempf
parent 28e4d7fe50
commit 704d6fcfa0

View File

@ -741,8 +741,6 @@ MapOutputLayout(audio_output_t *p_aout, audio_sample_format_t *fmt,
free(reslayout);
aout_FormatPrepare(fmt);
msg_Dbg(p_aout, "selected %d physical channels for device output",
aout_FormatNbChannels(fmt));
msg_Dbg(p_aout, "VLC will output: %s", aout_FormatPrintChannels(fmt));
return VLC_SUCCESS;