Changeset 297


Ignore:
Timestamp:
04/26/07 21:11:44 (17 years ago)
Author:
r2d
Message:

corrected gain information conversion bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpc2sv8/mpc2sv8.c

    r246 r297  
    135135                                          si.channels);
    136136        si_size = writeBlock(&e, "SH", MPC_TRUE, 0);
    137         writeGainInfo(&e, si.gain_title, si.gain_album, si.peak_title, si.peak_album);
     137        writeGainInfo(&e, si.gain_title, si.peak_title, si.gain_album, si.peak_album);
    138138        si_size = writeBlock(&e, "RG", MPC_FALSE, 0);
    139139        writeEncoderInfo(&e, si.profile, si.pns, si.encoder_version / 100,
Note: See TracChangeset for help on using the changeset viewer.