diff options
author | Andreas Claesson <andreas.claesson@gmail.com> | 2005-05-26 06:09:55 +0000 |
---|---|---|
committer | Andreas Claesson <andreas.claesson@gmail.com> | 2005-05-26 06:09:55 +0000 |
commit | 2695e82bfa1b214251e33b49d55584b3e96eedfb (patch) | |
tree | fa571698a075f10c45c191cadeb89ed7e60c8c6c /src/replayGain.h | |
parent | af30dfbe847477360a1c86418a6f5a63aabdc8e4 (diff) | |
download | mpd-2695e82bfa1b214251e33b49d55584b3e96eedfb.tar.gz mpd-2695e82bfa1b214251e33b49d55584b3e96eedfb.tar.xz mpd-2695e82bfa1b214251e33b49d55584b3e96eedfb.zip |
Optimizes to volume changing code...
git-svn-id: https://svn.musicpd.org/mpd/branches/ancl@3289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/replayGain.h')
-rw-r--r-- | src/replayGain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/replayGain.h b/src/replayGain.h index 112034fbe..22728ef2d 100644 --- a/src/replayGain.h +++ b/src/replayGain.h @@ -34,6 +34,8 @@ typedef struct _ReplayGainInfo { /* used internally by mpd, to mess with it*/ float scale; + int iScale; + int shift; } ReplayGainInfo; ReplayGainInfo * newReplayGainInfo(); |