Merge pull request #172 from jumper047/patch-4

Sound fix #2 for Redmi Note 8 Pro
This commit is contained in:
Pierre-Hugues HUSSON 2020-04-03 09:13:05 +02:00 committed by GitHub
commit 64cb608f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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