mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Disable reference frame invalidation on tvOS and always enable HEVC (for now)
Reference frame invalidation seems to trigger a renderer hang on tvOS 14.5 in my testing. Since we don't have RFI to bias us toward H.264, let's use HEVC all the time now. This may change again if the RFI issues are sorted out (perhaps we need to implement blocking waits for invalidated frames?)
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<key>Key</key>
|
||||
<string>useHevc</string>
|
||||
<key>DefaultValue</key>
|
||||
<false/>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Type</key>
|
||||
|
||||
Reference in New Issue
Block a user