Changeset 292
- Timestamp:
- 04/23/07 16:59:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xmms-musepack/branches/r2d/src/libmpc.cpp
r227 r292 869 869 static void setReplaygain(mpc_demux * d) 870 870 { 871 setReplayLevel(d, 64.82, pluginConfig.replaygain, !pluginConfig.albumGain,872 871 mpc_set_replay_level(d, 64.82, pluginConfig.replaygain, 872 !pluginConfig.albumGain, pluginConfig.clipPrevention); 873 873 } 874 874
Note: See TracChangeset
for help on using the changeset viewer.