Audio Player: Minor change
This commit is contained in:
parent
c1c21ec84f
commit
841481599e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
id userInfo = currentUserInfo;
|
||||
NSDictionary *rgi = currentRGInfo;
|
||||
|
||||
while (![bufferChain openWithDecoder:decoder withOutputFormat:[output format] withRGInfo:currentRGInfo])
|
||||
while (![bufferChain openWithDecoder:decoder withOutputFormat:[output format] withRGInfo:rgi])
|
||||
{
|
||||
bufferChain = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue