X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.cpp;h=28f433a8872945b3191608cc7283eea5fea4669e;hb=refs%2Ftags%2F1.7.4;hp=a3d220b37c98bb96834415af5a277c47424b83cb;hpb=3fd3a00f3f70d28377c4d876746e1a8849e422bd;p=nageru diff --git a/decklink_output.cpp b/decklink_output.cpp index a3d220b..28f433a 100644 --- a/decklink_output.cpp +++ b/decklink_output.cpp @@ -115,8 +115,10 @@ bool DeckLinkOutput::set_device(IDeckLink *decklink) // HDMI or SDI generally mean “both HDMI and SDI at the same time” on DeckLink cards // that support both; pick_default_video_connection() will generally pick one of those - // if they exist. We're not very likely to need analog outputs, so we don't need a way - // to change beyond that. + // if they exist. (--prefer-hdmi-input would also affect the selection despite the name + // of the option, but since either generally means both, it's inconsequential.) + // We're not very likely to need analog outputs, so we don't need a way to change + // beyond that. video_connection = pick_default_video_connection(decklink, BMDDeckLinkVideoOutputConnections, card_index); return true; }