diff --git a/Audio/AudioPlayer.m b/Audio/AudioPlayer.m index 4553bf3bd..75ce0b081 100644 --- a/Audio/AudioPlayer.m +++ b/Audio/AudioPlayer.m @@ -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;