aboutsummaryrefslogtreecommitdiffstats
path: root/src/replay_gain_state.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replay_gain_state: moved code to replay_gain_tuple_scale()Max Kellermann2010-02-151-19/+1
| | | | | Moved (and renamed) the function calc_replay_gain_scale() to replay_gain_info.c.
* replay_gain: added function defined()Max Kellermann2010-02-151-12/+10
| | | | This function determines whether replay gain data is available.
* replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann2010-01-041-0/+142
The replay_gain_state struct holds the precalculated scale factor, which is removed from struct replay_gain_info.