fix BRR loading corruption
This commit is contained in:
parent
a0dc9de262
commit
ef04090a47
2 changed files with 3 additions and 3 deletions
|
|
@ -852,7 +852,7 @@ void DivSample::render() {
|
|||
}
|
||||
break;
|
||||
case DIV_SAMPLE_DEPTH_BRR: // BRR
|
||||
brrDecode(dataBRR,data16,samples);
|
||||
brrDecode(dataBRR,data16,lengthBRR);
|
||||
break;
|
||||
case DIV_SAMPLE_DEPTH_VOX: // VOX
|
||||
oki_decode(dataVOX,data16,samples);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue