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.
CQTexperiment
Christopher Snowhill 2021-02-09 18:43:39 -08:00 committed by GitHub
parent ca160e1efe
commit b16d2114eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ static SInt64 getSizeProc(void* clientData) {
+ (float)priority
{
return 0.5;
return 1.5;
}
- (NSDictionary *)properties