Changeset 490 for libmpc/trunk/libmpcdec/mpc_decoder.c
- Timestamp:
- 02/14/16 23:34:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_decoder.c
r473 r490 439 439 } 440 440 441 // if (d->seeking == TRUE)442 // return;443 444 441 /***************************** Samples ****************************/ 445 442 for ( n = 0; n < Max_used_Band; n++ ) { … … 515 512 if (Max_used_Band > 32) Max_used_Band -= 33; 516 513 } 514 517 515 d->last_max_band = Max_used_Band; 518 516
Note: See TracChangeset
for help on using the changeset viewer.