Fix frame separator parsing
This commit is contained in:
parent
0fed741a87
commit
f4ee2925f6
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user