From 13adc0cf4f81711dddc18a434441592e0d6d29df Mon Sep 17 00:00:00 2001 From: Xindong Xu Date: Wed, 21 Mar 2018 10:44:54 +0000 Subject: Merge "einstein: sync to trunk a94bba329 [1/1]" into o-amlogic --- diff --git a/files/audio_policy.conf b/files/audio_policy.conf index 8283ed8..ce9b407 100644 --- a/files/audio_policy.conf +++ b/files/audio_policy.conf @@ -104,7 +104,7 @@ audio_hw_modules { max_value_mB 100 default_value_mB 50 step_value_mB 1 - } + } } } hdmi_arc { @@ -236,6 +236,7 @@ audio_hw_modules { } } } + btle { inputs { btle { @@ -247,4 +248,3 @@ audio_hw_modules { } } } - diff --git a/system.prop b/system.prop index 5c80868..084f201 100644 --- a/system.prop +++ b/system.prop @@ -76,6 +76,9 @@ drm.service.enabled=1 #used forward seek for libplayer media.libplayer.seek.fwdsearch=1 +#set memory upper limit for extractor process +ro.media.maxmem=629145600 + #fix hls sync libplayer.livets.softdemux=1 libplayer.netts.recalcpts=1 -- cgit