mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Whitelist the Exynos hardware H264 decoder
This commit is contained in:
parent
d00474c1cd
commit
2946966456
@ -30,7 +30,8 @@ public class MediaCodecDecoderRenderer implements DecoderRenderer {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (codecInfo.getName().equalsIgnoreCase("omx.qcom.video.decoder.avc")) {
|
||||
if (codecInfo.getName().equalsIgnoreCase("omx.qcom.video.decoder.avc") ||
|
||||
codecInfo.getName().equalsIgnoreCase("OMX.Exynos.AVC.Decoder")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user