Add .ogg extension to Opus plugin

CQTexperiment
Christopher Snowhill 2020-11-19 01:37:50 -08:00
parent ee0782efbf
commit 85907a48d9
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ opus_int64 sourceTell(void *_stream)
+ (NSArray *)fileTypes + (NSArray *)fileTypes
{ {
return [NSArray arrayWithObjects:@"opus",nil]; return [NSArray arrayWithObjects:@"opus",@"ogg",nil];
} }
+ (NSArray *)mimeTypes + (NSArray *)mimeTypes