Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Jan 24, 2025
1 parent 34dcc27 commit af5c596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opus_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ static int opus_decode_frame(OpusDecoder *st, const unsigned char *data,
#ifdef ENABLE_DEEP_PLC
, &st->lpcnet
#endif
ARG_QEXT(ext->data) ARG_QEXT(ext->len));
ARG_QEXT(ext ? ext->data : NULL) ARG_QEXT(ext ? ext->len : 0));
} else {
unsigned char silence[2] = {0xFF, 0xFF};
if (!celt_accum)
Expand Down

0 comments on commit af5c596

Please sign in to comment.