summaryrefslogtreecommitdiffstats
path: root/audio/filter
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2013-01-12 15:19:07 +0200
committerwm4 <wm4@nowhere>2013-01-13 13:26:21 +0100
commit82d72ef39fd2b06b522ca64905f2de3ad5b462a5 (patch)
treeb5047bcfa0477ed5041db909f51c12eb3818d161 /audio/filter
parent3f7526d6417f41dd9a1a8640c2a34baf4290cbcc (diff)
downloadmpv-82d72ef39fd2b06b522ca64905f2de3ad5b462a5.tar.bz2
mpv-82d72ef39fd2b06b522ca64905f2de3ad5b462a5.tar.xz
mixer: keep fractional part of volume setting
mixer_setvolume() accepts float values for volume, but used the integer function av_clip() to limit range, losing the fractional part as a side effect. Change the code to use av_clipf() instead. For most uses this shouldn't make any real difference; actual AO volume settings may not have that much precision anyway.
Diffstat (limited to 'audio/filter')
0 files changed, 0 insertions, 0 deletions