mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Enable Amlogic and Rockchip decoders for HEVC
This commit is contained in:
parent
8c221bd786
commit
0e21d5e166
@ -79,6 +79,8 @@ public class MediaCodecHelper {
|
||||
whitelistedHevcDecoders.add("omx.qcom");
|
||||
whitelistedHevcDecoders.add("omx.nvidia");
|
||||
whitelistedHevcDecoders.add("omx.mtk");
|
||||
whitelistedHevcDecoders.add("omx.amlogic");
|
||||
whitelistedHevcDecoders.add("omx.rk");
|
||||
}
|
||||
|
||||
private static boolean isDecoderInList(List<String> decoderList, String decoderName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user