Change H.265 to HEVC to match other clients

This commit is contained in:
Cameron Gutman
2021-06-12 11:00:30 -05:00
parent 2458b9305c
commit 8ac5768f4f
30 changed files with 71 additions and 71 deletions

View File

@@ -92,9 +92,9 @@
</string-array>
<string-array name="video_format_names">
<item>Use H.265 only if stable</item>
<item>Always use H.265 (may crash)</item>
<item>Never use H.265</item>
<item>Use HEVC only if stable</item>
<item>Always use HEVC (may crash)</item>
<item>Never use HEVC</item>
</string-array>
<string-array name="video_format_values" translatable="false">
<item>auto</item>

View File

@@ -217,8 +217,8 @@
<string name="summary_checkbox_disable_warnings">Disable on-screen connection warning messages while streaming</string>
<string name="title_disable_frame_drop">Never drop frames</string>
<string name="summary_disable_frame_drop">May reduce micro-stuttering on some devices, but can increase latency</string>
<string name="title_video_format">Change H.265 settings</string>
<string name="summary_video_format">H.265 lowers video bandwidth requirements but requires a newer device</string>
<string name="title_video_format">Change HEVC settings</string>
<string name="summary_video_format">HEVC lowers video bandwidth requirements but requires a newer device</string>
<string name="title_enable_hdr">Enable HDR (Experimental)</string>
<string name="summary_enable_hdr">Stream HDR when the game and PC GPU support it. HDR requires a GTX 1000 series GPU or later.</string>
<string name="title_enable_perf_overlay">Show performance stats while streaming</string>