Oops, thanks to Mark Harris for spotting this!

This commit is contained in:
Jean-Marc Valin 2013-10-14 13:58:51 -04:00
parent 58042adc19
commit dabdb32ce6
2 changed files with 3 additions and 3 deletions

View file

@ -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;