Fixed Ogg chained streams which I broke with the previous commit

CQTexperiment
Chris Moeller 2013-10-18 05:56:41 -07:00
parent 8c80981827
commit 5b13ee3f97
1 changed files with 1 additions and 2 deletions

View File

@ -141,8 +141,7 @@
[self writeData:inputBuffer amount:amountInBuffer];
amountInBuffer = 0;
}
if (framesRead < framesToRead)
else
{
if (initialBufferFilled == NO) {
[controller initialBufferFilled:self];