Skip to content

Commit

Permalink
Fix frame separator parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Jan 31, 2024
1 parent 0fed741 commit f4ee292
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 @@ -1328,7 +1328,7 @@ static int dred_find_payload(const unsigned char *data, opus_int32 len, const un
{
frame++;
} else {
frame += data[1];
frame += data0[1];
}
} else if (id == DRED_EXTENSION_ID)
{
Expand Down

0 comments on commit f4ee292

Please sign in to comment.