Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 2008-11-11 | 1 | -4/+6 |
| | | | | | Having an array instead of individual variables allows the use of the replay_gain_mode enum as an array index. | ||||
* | replay_gain: converted replay_gain_mode to an enum | Max Kellermann | 2008-11-11 | 1 | -4/+6 |
| | | | | Prefer C enums over CPP macros. | ||||
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -16/+18 |
| | | | | Renamed functions and variables. | ||||
* | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 2008-11-11 | 1 | -0/+50 |
No CamelCase file names. |