From b16d2114eb136c88f499f22c1d52117454621367 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 9 Feb 2021 18:43:39 -0800 Subject: [PATCH] Change Core Audio file handler priority Now it should take priority for all supported formats, including MP3, so that reported broken file should play properly now. Not fixing FFmpeg outside of FFmpeg, someone can report the file to FFmpeg if they want to. --- Plugins/CoreAudio/CoreAudioDecoder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/CoreAudio/CoreAudioDecoder.m b/Plugins/CoreAudio/CoreAudioDecoder.m index 53fd8c0cf..4d20636e3 100644 --- a/Plugins/CoreAudio/CoreAudioDecoder.m +++ b/Plugins/CoreAudio/CoreAudioDecoder.m @@ -258,7 +258,7 @@ static SInt64 getSizeProc(void* clientData) { + (float)priority { - return 0.5; + return 1.5; } - (NSDictionary *)properties