Changeset 406 for libmpc/trunk/mpcchap/mpcchap.c
- Timestamp:
- 05/01/08 22:46:38 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcchap/mpcchap.c
r394 r406 152 152 153 153 // 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; 155 155 156 156 if (chap_pos > si->samples - si->beg_silence)
Note: See TracChangeset
for help on using the changeset viewer.