mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Also disable non-compliant speed optimizations when prioritizing quality
This commit is contained in:
@@ -116,6 +116,9 @@ public class CpuDecoderRenderer implements DecoderRenderer {
|
||||
// Make sure the loop filter is enabled
|
||||
avcFlags &= ~AvcDecoder.DISABLE_LOOP_FILTER;
|
||||
|
||||
// Disable the non-compliant speed optimizations
|
||||
avcFlags &= ~AvcDecoder.FAST_DECODE;
|
||||
|
||||
System.out.println("Using high quality decoding");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user