mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Whitelist the Exynos hardware H264 decoder
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user