mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +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;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user