Skip to content

Commit 2db3abf

Browse files
committed
vdisp/decklink: do not set pfpr=false
Do not set bmdDeckLinkConfigOutput1080pAsPsF ('pfpr') to false by default. Most likely not needed and user may configure the device by itself according to the needs.
1 parent 319cfde commit 2db3abf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/video_display/decklink.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ struct state_decklink {
529529
bmd_option profile_req;
530530
bmd_option quad_square_division_split{true, false};
531531
map<BMDDeckLinkConfigurationID, bmd_option> device_options = {
532-
{ bmdDeckLinkConfigOutput1080pAsPsF, bmd_option{false, false}},
533532
{ bmdDeckLinkConfigFieldFlickerRemoval, bmd_option{false, false}}, ///< required for interlaced video in low-latency
534533
{ bmdDeckLinkConfigLowLatencyVideoOutput, bmd_option{true, false}}
535534
};

0 commit comments

Comments
 (0)