mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +00:00
Actually fix pedantic build bustage.
This commit is contained in:
parent
dd6dec9c02
commit
9ba205d790
1 changed files with 1 additions and 1 deletions
|
@ -2454,8 +2454,8 @@ int opus_encoder_ctl(OpusEncoder *st, int request, ...)
|
|||
{
|
||||
void *silk_enc;
|
||||
silk_EncControlStruct dummy;
|
||||
silk_enc = (char*)st+st->silk_enc_offset;
|
||||
char *start;
|
||||
silk_enc = (char*)st+st->silk_enc_offset;
|
||||
#ifndef DISABLE_FLOAT_API
|
||||
tonality_analysis_reset(&st->analysis);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue