Add stub function to Silence Decoder
This commit is contained in:
parent
7495bff780
commit
ba0fedf151
1 changed files with 4 additions and 0 deletions
|
@ -105,4 +105,8 @@ enum { channels = 2 };
|
|||
return 1.0;
|
||||
}
|
||||
|
||||
+ (NSArray *)fileTypeAssociations {
|
||||
return @[];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue