]> git.sesse.net Git - vlc/commit
Use maximum precision for FI32 volume
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 26 Sep 2011 20:22:16 +0000 (23:22 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 26 Sep 2011 20:23:51 +0000 (23:23 +0300)
commitf0ee4072512db8894a47dc9f847ac10b591b2f43
tree3c374651590e94144d3e75f1012b75062488f59f
parent56aebbc71550d361a0f00794f8f05c81af0adada
Use maximum precision for FI32 volume

Right shifting 32-bits is typically easier than 24-bits (it should be
free on most 32-bits platforms). Also, this cannot overflow with the
current volume scale.
modules/audio_mixer/fixed32.c