diff options
Diffstat (limited to '')
-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(); |