Skip to content

Commit 504566f

Browse files
committed
matching types
1 parent 6ba257d commit 504566f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/repacketizer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ opus_int32 opus_repacketizer_out_range_impl(OpusRepacketizer *rp, int begin, int
155155
/* incorporate any extensions from the repacketizer padding */
156156
for (i=begin;i<end;i++)
157157
{
158-
int frame_ext_count, j;
158+
int j;
159+
opus_int32 frame_ext_count;
159160
frame_ext_count = total_ext_count - ext_count;
160161
int ret = opus_packet_extensions_parse(rp->paddings[i], rp->padding_len[i],
161162
&all_extensions[ext_count], &frame_ext_count);

0 commit comments

Comments
 (0)