Changeset 355


Ignore:
Timestamp:
09/27/07 12:18:54 (17 years ago)
Author:
r2d
Message:
  • correction of the id3v2 tag seeking bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_demux.c

    r341 r355  
    126126                next_pos &= (-1 << 2);
    127127        bit_offset = (int) (fpos - (next_pos << 3));
    128         next_pos += d->si.header_position; // add id3 offset
    129128
    130129        d->r->seek(d->r, (mpc_int32_t) next_pos);
Note: See TracChangeset for help on using the changeset viewer.