mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Enable Amlogic and Rockchip decoders for HEVC
This commit is contained in:
@@ -79,6 +79,8 @@ public class MediaCodecHelper {
|
|||||||
whitelistedHevcDecoders.add("omx.qcom");
|
whitelistedHevcDecoders.add("omx.qcom");
|
||||||
whitelistedHevcDecoders.add("omx.nvidia");
|
whitelistedHevcDecoders.add("omx.nvidia");
|
||||||
whitelistedHevcDecoders.add("omx.mtk");
|
whitelistedHevcDecoders.add("omx.mtk");
|
||||||
|
whitelistedHevcDecoders.add("omx.amlogic");
|
||||||
|
whitelistedHevcDecoders.add("omx.rk");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isDecoderInList(List<String> decoderList, String decoderName) {
|
private static boolean isDecoderInList(List<String> decoderList, String decoderName) {
|
||||||
|
|||||||
Reference in New Issue
Block a user