mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 20:40:27 +00:00
DeckLink cap/disp: added full-duplex parameter
It actually sets `profile=1dfd`. This is a complement to already existing `half-duplex` option (that has on the other hand more more complex semantic - it chooses the profile tailored for the device, since the right one differs for eg. 8K Pro /4dhd/ and Duo/Quad 2 /2dhd/).
This commit is contained in:
@@ -372,7 +372,6 @@ class ProfileCallback : public IDeckLinkProfileCallback
|
||||
bool decklink_set_profile(IDeckLink *deckLink, uint32_t profileID, bool stereo) {
|
||||
if (profileID == BMD_OPT_DEFAULT && !stereo) {
|
||||
return true;
|
||||
profileID = bmdProfileOneSubDeviceFullDuplex;
|
||||
}
|
||||
|
||||
bool ret = true;
|
||||
|
||||
Reference in New Issue
Block a user