decklink: Fix incorrect HDR min mastering luminance value
Update value for bmdDeckLinkFrameMetadataHDRMinDisplayMasteringLuminance from 0.00001 to 0.0001 to match the documented minimum in the DeckLink SDK Manual.
This commit is contained in:
parent
ef3e7b2563
commit
000437ff7e
@ -188,7 +188,7 @@ HRESULT HDRVideoFrame::GetFloat(BMDDeckLinkFrameMetadataID metadataID, double *v
|
||||
break;
|
||||
|
||||
case bmdDeckLinkFrameMetadataHDRMinDisplayMasteringLuminance:
|
||||
*value = 0.00001;
|
||||
*value = 0.0001;
|
||||
break;
|
||||
|
||||
case bmdDeckLinkFrameMetadataHDRMaximumContentLightLevel:
|
||||
|
Loading…
x
Reference in New Issue
Block a user