Ignore:
Timestamp:
10/02/07 12:20:18 (17 years ago)
Author:
r2d
Message:

changed mpc_quantizer size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpc_types.h

    r300 r359  
    7777
    7878typedef struct mpc_quantizer {
    79         mpc_int32_t  L [36];
    80         mpc_int32_t  R [36];
     79        mpc_int16_t  L [36];
     80        mpc_int16_t  R [36];
    8181} mpc_quantizer;
    8282
Note: See TracChangeset for help on using the changeset viewer.