Changeset 301 for libmpc/trunk/libmpcdec/mpc_demux.c
- Timestamp:
- 04/27/07 22:37:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_demux.c
r291 r301 409 409 mpc_demux_fill(d, MAX_FRAME_SIZE, MPC_BUFFER_FULL | MPC_BUFFER_SWAP); 410 410 d->block_bits = (mpc_int_t) mpc_bits_read(&d->bits_reader, 20); // read frame size 411 if ( d->d->decoded_samples + MPC_FRAME_LENGTH == d->d->samples) d->block_bits += 11; // we will read last frame size411 if (MPC_FRAME_LENGTH > d->d->samples - d->d->decoded_samples - 1) d->block_bits += 11; // we will read last frame size 412 412 r = d->bits_reader; 413 413 mpc_decoder_decode_frame(d->d, &d->bits_reader, i);
Note: See TracChangeset
for help on using the changeset viewer.