Fixes int vs opus_int32 compile errors on C5x
This commit is contained in:
parent
8770b0709b
commit
59354a7742
6 changed files with 13 additions and 13 deletions
|
@ -58,7 +58,7 @@ void opus_repacketizer_destroy(OpusRepacketizer *rp)
|
|||
opus_free(rp);
|
||||
}
|
||||
|
||||
int opus_repacketizer_cat(OpusRepacketizer *rp, const unsigned char *data, int len)
|
||||
int opus_repacketizer_cat(OpusRepacketizer *rp, const unsigned char *data, opus_int32 len)
|
||||
{
|
||||
unsigned char tmp_toc;
|
||||
int curr_nb_frames,ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue