]> git.sesse.net Git - vlc/commit
aout: fix f788153
authorRafaël Carré <funman@videolan.org>
Mon, 4 Mar 2013 11:21:26 +0000 (12:21 +0100)
committerRafaël Carré <funman@videolan.org>
Mon, 4 Mar 2013 11:21:26 +0000 (12:21 +0100)
commit4b44a0ef73e9406b0885272aed8f447ec5f47f55
tree28bd98634ac95090f2cafd2a94eeb300d10550bd
parente1b0fccc2f878764c5a868095dc588eb51d15601
aout: fix f788153

Make char explicitely signed to represent a boolean
If it is unsigned, default value -1 will represent 255 and
effectively set mute to 255, i.e. true.

Fix lack of hearable audio output on android
src/audio_output/aout_internal.h