Some old mediatek devices require to disable Codec2 sw decoding

This commit is contained in:
Pierre-Hugues Husson 2020-03-11 17:28:09 +01:00
parent cca9f3c06b
commit 827a578eec
1 changed files with 4 additions and 0 deletions

View File

@ -637,3 +637,7 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then
setprop persist.sys.phh.fingerprint.nocleanup true
fi
fi
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep mt6761;then
setprop debug.stagefright.ccodec 0
fi