mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Display SDR/HDR status in performance overlay
This commit is contained in:
@@ -523,7 +523,12 @@ void FFmpegVideoDecoder::stringifyVideoStats(VIDEO_STATS& stats, char* output)
|
||||
break;
|
||||
|
||||
case VIDEO_FORMAT_H265_MAIN10:
|
||||
codecString = "HEVC Main 10";
|
||||
if (LiGetCurrentHostDisplayHdrMode()) {
|
||||
codecString = "HEVC Main 10 HDR";
|
||||
}
|
||||
else {
|
||||
codecString = "HEVC Main 10 SDR";
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user