aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_ogg.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-09 15:18:09 +0200
committerMax Kellermann <max@duempel.org>2008-10-09 15:18:09 +0200
commit40f59cacda872a494cf033a6f74da7feae282367 (patch)
tree0c9a458be5547c9de4db13dd9d2faf31d5132824 /src/audioOutputs/audioOutput_shout_ogg.c
parentecc3c39e2f557f521135af8a52c8d6216a4a02bd (diff)
downloadmpd-40f59cacda872a494cf033a6f74da7feae282367.tar.gz
mpd-40f59cacda872a494cf033a6f74da7feae282367.tar.xz
mpd-40f59cacda872a494cf033a6f74da7feae282367.zip
pcm: fixed software volume, broken by unsigned integer
"volume" was passed as an unsigned integer, which is correct. It's just that when it was multiplied with the sample value, the whole operation was changed to unsigned, breaking the algorithm (and Qball's ears). Internally change "volume" to signed.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions