summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-18 15:14:17 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-18 15:14:17 -0400
commit24ed465e71124c392a4e75fbdbb3e7d231c42e5b (patch)
tree1e5e0451b3c7ecf4b414030766619e3b3ce8a7f1 /tests
parent9d9bad48ab738bbdcb051a174ad24acb824fe367 (diff)
downloadopus-24ed465e71124c392a4e75fbdbb3e7d231c42e5b.tar.gz
int vs opus_int32 consistency
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index 545ef689..f94009e7 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -92,7 +92,7 @@ opus_int32 test_dec_api(void)
#endif
short sbuf[960*2];
int c,err;
- int *nullvalue;
+ opus_int32 *nullvalue;
nullvalue=0;
cfgs=0;