Mercurial > mplayer.hg
changeset 37153:ee0a7558379e
Fix message.
It's "unbalanced" audio that isn't supported,
"balanced" audio is the working default.
author | ib |
---|---|
date | Wed, 06 Aug 2014 16:37:13 +0000 |
parents | 3dca2acb98ac |
children | c0946b91b5bc |
files | gui/win32/interface.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }