From 841481599e236c82f3d400584587756eb719bdb4 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 28 Dec 2021 21:04:46 -0800 Subject: [PATCH] Audio Player: Minor change --- Audio/AudioPlayer.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;