Changeset 406


Ignore:
Timestamp:
05/01/08 22:46:38 (16 years ago)
Author:
r2d
Message:

mpcchap overflow correction

File:
1 edited

Legend:

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

    r394 r406  
    152152
    153153                // position du chapitre
    154                 mpc_int64_t chap_pos = si->sample_freq * track_get_start (track) / 75;
     154                mpc_int64_t chap_pos = (mpc_int64_t) si->sample_freq * track_get_start (track) / 75;
    155155
    156156                if (chap_pos > si->samples - si->beg_silence)
Note: See TracChangeset for help on using the changeset viewer.