Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-03-03 02:07:19 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-03-03 02:07:19 +0300
commit227ad2f82d77a91f9965096c3b063fec5dec7db2 (patch)
tree5fb2043619693fdcdf34949e400b223ada9a94a0 /tests
parent4c2787a45c7984922b40bc54b0a58da2ccb830f1 (diff)
cwrs32-test should be 16-bit clean now.
Diffstat (limited to 'tests')
-rw-r--r--tests/cwrs32-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c
index 0ea7e44..5fdd0b7 100644
--- a/tests/cwrs32-test.c
+++ b/tests/cwrs32-test.c
@@ -13,9 +13,9 @@ int main(int _argc,char **_argv){
for(n=0;n<=NMAX;n++){
int m;
for(m=0;m<=MMAX;m++){
- unsigned inc;
- unsigned nc;
- unsigned i;
+ celt_uint32_t inc;
+ celt_uint32_t nc;
+ celt_uint32_t i;
nc=ncwrs(n,m);
inc = nc/10000;
if (inc<1)