Allow HEVC decoders to satisfy hardware decoding check if H.264 is unavailable

This commit is contained in:
Cameron Gutman
2022-01-06 22:07:31 -06:00
parent 0d70bd9ac0
commit b2265080fd
2 changed files with 18 additions and 1 deletions

View File

@@ -412,7 +412,7 @@ ApplicationWindow {
ErrorMessageDialog {
id: noHwDecoderDialog
text: qsTr("No functioning hardware accelerated H.264 video decoder was detected by Moonlight. " +
text: qsTr("No functioning hardware accelerated video decoder was detected by Moonlight. " +
"Your streaming performance may be severely degraded in this configuration.")
helpText: qsTr("Click the Help button for more information on solving this problem.")
helpUrl: "https://github.com/moonlight-stream/moonlight-docs/wiki/Fixing-Hardware-Decoding-Problems"