Changeset 292


Ignore:
Timestamp:
04/23/07 16:59:08 (17 years ago)
Author:
r2d
Message:

updated according to libmpcdec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmms-musepack/branches/r2d/src/libmpc.cpp

    r227 r292  
    869869static void setReplaygain(mpc_demux * d)
    870870{
    871         setReplayLevel(d, 64.82, pluginConfig.replaygain, !pluginConfig.albumGain,
    872                                   pluginConfig.clipPrevention);
     871        mpc_set_replay_level(d, 64.82, pluginConfig.replaygain,
     872                                                 !pluginConfig.albumGain, pluginConfig.clipPrevention);
    873873}
    874874
Note: See TracChangeset for help on using the changeset viewer.