DeckLink disp.: HDR PQ typo

This commit is contained in:
Martin Pulec
2020-08-14 10:10:32 +02:00
parent 150ac8a714
commit cdb462ae64

View File

@@ -1019,7 +1019,7 @@ static bool settings_init(struct state_decklink *s, const char *fmt,
s->requested_hdr_mode = static_cast<int64_t>(HDR_EOTF::SDR);
} else if (mode == "HDR"s) {
s->requested_hdr_mode = static_cast<int64_t>(HDR_EOTF::HDR);
} else if (mode == "PG"s) {
} else if (mode == "PQ"s) {
s->requested_hdr_mode = static_cast<int64_t>(HDR_EOTF::PQ);
} else if (mode == "HLG"s) {
s->requested_hdr_mode = static_cast<int64_t>(HDR_EOTF::HLG);