Trying to be nice with 16-bit chips.

This commit is contained in:
Jean-Marc Valin 2008-02-26 10:28:20 +11:00
parent 65d79e4419
commit 508de38d22
5 changed files with 14 additions and 12 deletions

View file

@ -7,6 +7,7 @@
typedef celt_int32_t ec_int32;
typedef celt_uint32_t ec_uint32;
typedef celt_uint64_t ec_uint64;
typedef struct ec_byte_buffer ec_byte_buffer;