Fixed Ogg chained streams which I broke with the previous commit
This commit is contained in:
parent
8c80981827
commit
5b13ee3f97
1 changed files with 1 additions and 2 deletions
|
@ -141,8 +141,7 @@
|
|||
[self writeData:inputBuffer amount:amountInBuffer];
|
||||
amountInBuffer = 0;
|
||||
}
|
||||
|
||||
if (framesRead < framesToRead)
|
||||
else
|
||||
{
|
||||
if (initialBufferFilled == NO) {
|
||||
[controller initialBufferFilled:self];
|
||||
|
|
Loading…
Reference in a new issue