mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 06:04:50 +00:00
DeckLink disp.: set field flicker removal to false
This solves the problem with swapped fields in low latency mode.
This commit is contained in:
@@ -970,6 +970,14 @@ static void *display_decklink_init(struct module *parent, const char *fmt, unsig
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (s->low_latency) {
|
||||
result = deckLinkConfiguration->SetFlag(bmdDeckLinkConfigFieldFlickerRemoval, false);
|
||||
if (result != S_OK) {
|
||||
log_msg(LOG_LEVEL_ERROR, MOD_NAME "Unable to set field flicker removal.\n");
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
||||
if(HDMI3DPacking != 0) {
|
||||
HRESULT res = deckLinkConfiguration->SetInt(bmdDeckLinkConfigHDMI3DPackingFormat,
|
||||
HDMI3DPacking);
|
||||
|
||||
Reference in New Issue
Block a user