Skip to content

Commit 9a86cca

Browse files
committed
Update code docs
1 parent 0520ec3 commit 9a86cca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source_utils_deviceCapabilities.bs.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,12 @@
552552
end if
553553

554554
if dp.Hdr10Plus
555-
av1VideoRangeTypes = av1VideoRangeTypes + "|HDR10+"
555+
av1VideoRangeTypes = av1VideoRangeTypes + "|HDR10Plus"
556+
557+
if canPlayDovi
558+
hevcVideoRangeTypes = hevcVideoRangeTypes + "|DOVIWithHDR10Plus"
559+
av1VideoRangeTypes = av1VideoRangeTypes + "|DOVIWithHDR10Plus"
560+
end if
556561
end if
557562

558563
if dp.HLG

0 commit comments

Comments
 (0)