Audio Player: Minor change

CQTexperiment
Christopher Snowhill 2021-12-28 21:04:46 -08:00
parent c1c21ec84f
commit 841481599e
1 changed files with 1 additions and 1 deletions

View File

@ -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;