mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 00:36:41 +00:00
Blacklist the Rockchip H264 decoders. Blacklist another software decoder that doesn't support H264 L5.0 high profile
This commit is contained in:
@@ -30,6 +30,8 @@ public class MediaCodecDecoderRenderer implements DecoderRenderer {
|
|||||||
blacklistedDecoderPrefixes.add("omx.google");
|
blacklistedDecoderPrefixes.add("omx.google");
|
||||||
blacklistedDecoderPrefixes.add("omx.nvidia");
|
blacklistedDecoderPrefixes.add("omx.nvidia");
|
||||||
blacklistedDecoderPrefixes.add("omx.TI");
|
blacklistedDecoderPrefixes.add("omx.TI");
|
||||||
|
blacklistedDecoderPrefixes.add("omx.RK");
|
||||||
|
blacklistedDecoderPrefixes.add("AVCDecoder");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static MediaCodecInfo findSafeDecoder() {
|
public static MediaCodecInfo findSafeDecoder() {
|
||||||
|
|||||||
Reference in New Issue
Block a user