mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 20:40:27 +00:00
DeckLink disp.: HDR PQ typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user