# HG changeset patch # User ib # Date 1407343033 0 # Node ID ee0a7558379e62be955d82295ad985d01c574e7c # Parent 3dca2acb98acad36d7c3adc19b4002ac61d86a93 Fix message. It's "unbalanced" audio that isn't supported, "balanced" audio is the working default. diff -r 3dca2acb98ac -r ee0a7558379e gui/win32/interface.c --- a/gui/win32/interface.c Wed Aug 06 16:36:30 2014 +0000 +++ b/gui/win32/interface.c Wed Aug 06 16:37:13 2014 +0000 @@ -333,7 +333,7 @@ mixer_getvolume(mixer, &l, &r); if (r == l) { - mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] Mixer doesn't support balanced audio\n"); + mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] Mixer doesn't support unbalanced audio\n"); mixer_setvolume(mixer, guiInfo.Volume, guiInfo.Volume); guiInfo.Balance = 50.0f; }