Add stub function to Silence Decoder
parent
7495bff780
commit
ba0fedf151
|
@ -105,4 +105,8 @@ enum { channels = 2 };
|
||||||
return 1.0;
|
return 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (NSArray *)fileTypeAssociations {
|
||||||
|
return @[];
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue