aboutsummaryrefslogtreecommitdiff
path: root/src/opus_decoder.c
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-10-14 13:58:51 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-10-14 13:58:51 -0400
commitdabdb32ce6d33ab8998defd317e8e2813202b3d1 (patch)
tree87f61bc000189d4d482318181c1614e3948a1078 /src/opus_decoder.c
parent58042adc1943a75fd39659d090ed75c896e4d4d5 (diff)
downloadlibopus-dabdb32ce6d33ab8998defd317e8e2813202b3d1.tar.gz
Oops, thanks to Mark Harris for spotting this!
Diffstat (limited to 'src/opus_decoder.c')
-rw-r--r--src/opus_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus_decoder.c b/src/opus_decoder.c
index 112b7b58..ca95ed40 100644
--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -762,7 +762,7 @@ int opus_packet_parse(const unsigned char *data, opus_int32 len,
int opus_decode_native(OpusDecoder *st, const unsigned char *data,
opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec,
- int self_delimited, int *packet_offset, int soft_clip)
+ int self_delimited, opus_int32 *packet_offset, int soft_clip)
{
int i, nb_samples;
int count, offset;