Changeset 473 for libmpc/trunk/libmpcdec/mpc_decoder.c
- Timestamp:
- 07/28/11 21:51:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/mpc_decoder.c
r431 r473 530 530 531 531 if (d->ms) { 532 int cnt = 0, tot = 0;532 mpc_uint_t cnt = 0, tot = 0; 533 533 mpc_uint32_t tmp = 0; 534 534 for( n = 0; n < Max_used_Band; n++) … … 612 612 613 613 do { 614 mpc_ int32_t k = 0, idx = 1;614 mpc_uint32_t k = 0, idx = 1; 615 615 if (Res != 0) { 616 616 if (Res == 2) { … … 628 628 Table = & mpc_can_Q1; 629 629 for( ; k < 36; ){ 630 int kmax = k + 18;630 mpc_uint32_t kmax = k + 18; 631 631 mpc_uint_t cnt = mpc_bits_can_dec(r, Table); 632 632 idx = 0;
Note: See TracChangeset
for help on using the changeset viewer.