Fix frame separator parsing

This commit is contained in:
Jean-Marc Valin 2024-01-31 00:02:57 -05:00
parent 0fed741a87
commit f4ee2925f6
No known key found for this signature in database
GPG Key ID: 5E5DD9A36F9189C8

View File

@ -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)
{