aboutsummaryrefslogtreecommitdiff
path: root/src/opus_private.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-05-18 02:50:40 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-05-18 02:50:40 -0400
commit359306985b69086e260bb4cc9b053ba00f3125d1 (patch)
treee26b3f5d1c4eb91da7efe3d07b84a8ae7a593fe4 /src/opus_private.h
parent918acd1564a38c61f3cb2392d3b38f1539f14eda (diff)
downloadlibopus-359306985b69086e260bb4cc9b053ba00f3125d1.tar.gz
Change few remaining instances of short to opus_int16
Diffstat (limited to 'src/opus_private.h')
-rw-r--r--src/opus_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus_private.h b/src/opus_private.h
index 2caac689..9d8210b5 100644
--- a/src/opus_private.h
+++ b/src/opus_private.h
@@ -37,7 +37,7 @@ struct OpusRepacketizer {
unsigned char toc;
int nb_frames;
const unsigned char *frames[48];
- short len[48];
+ opus_int16 len[48];
int framesize;
};