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

changed function name to match other functions naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c

    r285 r291  
    491491}
    492492
    493 void setReplayLevel(mpc_demux * d, float level, mpc_bool_t use_gain,
    494                                         mpc_bool_t use_title, mpc_bool_t clip_prevention)
     493void mpc_set_replay_level(mpc_demux * d, float level, mpc_bool_t use_gain,
     494                                                  mpc_bool_t use_title, mpc_bool_t clip_prevention)
    495495{
    496496        float peak = use_title ? d->si.peak_title : d->si.peak_album;
Note: See TracChangeset for help on using the changeset viewer.