Skip to content
Snippets Groups Projects
Commit 1bf445b9 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Jean-Baptiste Kempf
Browse files

vout: decklink: fix build with decklink SDK < 11

9168091a regression
parent e1596650
No related branches found
No related tags found
1 merge request!1052vout: decklink: fix build with decklink SDK < 11
Pipeline #169905 passed with stage
in 13 minutes and 18 seconds
......@@ -59,6 +59,7 @@
#if BLACKMAGIC_DECKLINK_API_VERSION < 0x0b010000
#define IID_IDeckLinkProfileAttributes IID_IDeckLinkAttributes
#define IDeckLinkProfileAttributes IDeckLinkAttributes
#define bmdVideoConnectionUnspecified 0
#endif
#define FRAME_SIZE 1920
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment