mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 09:07:42 +00:00
Fixes warnings
This commit is contained in:
parent
85b8e62065
commit
9bcfdb0d50
2 changed files with 1 additions and 14 deletions
|
@ -60,7 +60,7 @@ OpusRepacketizer *opus_repacketizer_init(OpusRepacketizer *rp)
|
|||
|
||||
OpusRepacketizer *opus_repacketizer_create(void)
|
||||
{
|
||||
return opus_repacketizer_init(opus_alloc(opus_repacketizer_get_size()));
|
||||
return opus_repacketizer_init((OpusRepacketizer *)opus_alloc(opus_repacketizer_get_size()));
|
||||
}
|
||||
|
||||
void opus_repacketizer_destroy(OpusRepacketizer *rp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue