mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
feat: add ALAC codec support via Media3 FFmpeg module
This commit is contained in:
parent
618cf23e6e
commit
4ec1519063
3 changed files with 3 additions and 2 deletions
|
|
@ -53,8 +53,7 @@ public final class DownloadUtil {
|
|||
private static DownloadNotificationHelper downloadNotificationHelper;
|
||||
|
||||
public static boolean useExtensionRenderers() {
|
||||
// return true;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public static RenderersFactory buildRenderersFactory(Context context, boolean preferExtensionRenderer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue