Ignore:
Timestamp:
11/12/06 01:19:10 (17 years ago)
Author:
zorg
Message:

Fix crash due to broken code order execution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/trunk/src/mpc_decoder.c

    r40 r118  
    12431243        }
    12441244
    1245         FwdJumpInfo  = mpc_decoder_bitstream_read(d, 20) + mpc_decoder_bits_read(d);    // read jump-info
     1245        // read jump-info
     1246        FwdJumpInfo  = mpc_decoder_bitstream_read(d, 20);
     1247        FwdJumpInfo += mpc_decoder_bits_read(d);
    12461248
    12471249        if (fwd <= d->DecodedFrames + d->seeking_window) {
Note: See TracChangeset for help on using the changeset viewer.