Another ccodec=0...

This commit is contained in:
Pierre-Hugues Husson 2020-06-17 13:36:50 +02:00
parent 282728cf70
commit 51dc96a900
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then
fi
fi
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779;then
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779 -e mt6771;then
setprop debug.stagefright.ccodec 0
fi