There was an error while loading. Please reload this page.
1 parent f593574 commit 9aeaf10Copy full SHA for 9aeaf10
1 file changed
DisplayInfo/DeviceSettings/PlatformImplementation.cpp
@@ -668,7 +668,7 @@ class DisplayInfoImplementation :
668
uint32_t TVCapabilities(IHDRIterator*& type /* out */) const override
669
{
670
std::vector<Exchange::IHDRProperties::HDRType> hdrCapabilities;
671
- hdrCapabilities.reserve(6);
+ hdrCapabilities.reserve(4);
672
673
int capabilities = static_cast<int>(dsHDRSTANDARD_NONE);
674
try
@@ -703,7 +703,7 @@ class DisplayInfoImplementation :
703
uint32_t STBCapabilities(IHDRIterator*& type /* out */) const override
704
705
706
707
708
709
0 commit comments