Ignore:
Timestamp:
12/20/07 23:28:09 (16 years ago)
Author:
r2d
Message:

corrected a bug that prevented the scalefactors to be reset on seeking when only the begining of the stream is present in the seek table

File:
1 edited

Legend:

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

    r376 r377  
    480480                d->bits_reader.buff -= size;
    481481        } else {
    482                 mpc_decoder_reset_scf(d->d, fpos != d->seek_table[0]);
     482                mpc_decoder_reset_scf(d->d, fwd != 0);
    483483                mpc_demux_seek(d, fpos, 4);
    484484                for( ; i < fwd; i++){
Note: See TracChangeset for help on using the changeset viewer.