mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Unblacklist Tegra and Rockchip after the SPS fix
This commit is contained in:
parent
fd08f2b1f5
commit
2993d62191
@ -27,9 +27,7 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
|
||||
static {
|
||||
blacklistedDecoderPrefixes = new LinkedList<String>();
|
||||
blacklistedDecoderPrefixes.add("omx.google");
|
||||
blacklistedDecoderPrefixes.add("omx.nvidia");
|
||||
blacklistedDecoderPrefixes.add("omx.TI");
|
||||
blacklistedDecoderPrefixes.add("omx.RK");
|
||||
blacklistedDecoderPrefixes.add("AVCDecoder");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user