diff --git a/Plugins/Opus/Opus/OpusDecoder.m b/Plugins/Opus/Opus/OpusDecoder.m index 8a8d97464..fdcf1732f 100644 --- a/Plugins/Opus/Opus/OpusDecoder.m +++ b/Plugins/Opus/Opus/OpusDecoder.m @@ -348,8 +348,9 @@ static void setDictionary(NSMutableDictionary *dict, NSString *tag, NSString *va return @[@"audio/x-opus+ogg", @"application/ogg"]; } +// We want this to take priority over both Core Audio and FFmpeg + (float)priority { - return 1.0; + return 2.0; } + (NSArray *)fileTypeAssociations {