another uninitialized variable
This commit is contained in:
parent
48f4f5835b
commit
726b457ae7
12 changed files with 15 additions and 2 deletions
|
|
@ -816,6 +816,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
|
|||
} else {
|
||||
temp[2]=s->rendData[sPreview.pos++];
|
||||
}
|
||||
if (s->depth==8) temp[2]<<=8;
|
||||
blip_add_delta(bb[2],i,temp[2]-prevSample[2]);
|
||||
prevSample[2]=temp[2];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue