]> git.sesse.net Git - vlc/commit
skins2: fix mute behaviour
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 12 Mar 2012 13:55:09 +0000 (14:55 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 12 Mar 2012 14:43:02 +0000 (15:43 +0100)
commit4f96ae4a9bf70543b421e1b039cad0356a696b92
treeaf7a9697b39125517482bc25f229cfdf934f14c4
parentff74e967e9777ed821734077051f55ac84a173a5
skins2: fix mute behaviour

The skins2 code checked for the audio volume to be zero. However the audio is muted with by caling
the function aout_SetMute() or aout_ToggleMute(). Use aout_IsMuted() to test for muted audio.
modules/gui/skins2/src/vlcproc.cpp