• Jean-Paul Saman's avatar
    skins2: fix mute behaviour · 5da82501
    Jean-Paul Saman authored
    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.
    (cherry picked from commit 4f96ae4a9bf70543b421e1b039cad0356a696b92)
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    5da82501
vlcproc.cpp 29.1 KB