summaryrefslogtreecommitdiff
path: root/src/opus_multistream_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opus_multistream_decoder.c')
-rw-r--r--src/opus_multistream_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opus_multistream_decoder.c b/src/opus_multistream_decoder.c
index 47f87b19..495fb07e 100644
--- a/src/opus_multistream_decoder.c
+++ b/src/opus_multistream_decoder.c
@@ -274,7 +274,7 @@ static void opus_copy_channel_out_float(
)
{
float *float_dst;
- int i;
+ opus_int32 i;
float_dst = (float*)dst;
if (src != NULL)
{
@@ -303,7 +303,7 @@ static void opus_copy_channel_out_short(
)
{
opus_int16 *short_dst;
- int i;
+ opus_int32 i;
short_dst = (opus_int16*)dst;
if (src != NULL)
{