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:
Cameron Gutman
2021-05-06 23:56:08 -05:00
parent a4035c18b5
commit 2d8d176160
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
<key>Key</key>
<string>useHevc</string>
<key>DefaultValue</key>
<false/>
<true/>
</dict>
<dict>
<key>Type</key>