mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 04:22:45 +00:00
Missed uncommenting this.
This commit is contained in:
parent
14d093cf06
commit
12179a999b
@ -14,10 +14,10 @@ public class PlatformBinding {
|
||||
// Emulator - don't render video (it's slow!)
|
||||
return null;
|
||||
}
|
||||
/*else if (MediaCodecDecoderRenderer.findSafeDecoder() != null) {
|
||||
else if (MediaCodecDecoderRenderer.findSafeDecoder() != null) {
|
||||
// Hardware decoding
|
||||
return new MediaCodecDecoderRenderer();
|
||||
}*/
|
||||
}
|
||||
else {
|
||||
// Software decoding
|
||||
return new AndroidCpuDecoderRenderer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user