Fix type passed to opus_packet_parse_impl().
The function takes an opus_int32 *, but we were passing the address of an int, which might not be the same. This is only likely to affect platforms with a 16-bit int.
Loading
Please register or sign in to comment