Changeset 359 for libmpc/trunk/include
- Timestamp:
- 10/02/07 12:20:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/include/mpc/mpc_types.h
r300 r359 77 77 78 78 typedef struct mpc_quantizer { 79 mpc_int 32_t L [36];80 mpc_int 32_t R [36];79 mpc_int16_t L [36]; 80 mpc_int16_t R [36]; 81 81 } mpc_quantizer; 82 82
Note: See TracChangeset
for help on using the changeset viewer.