mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-24 16:28:07 -04:00
decklink: Update SDK to 10.11.4
This commit is contained in:
@@ -55,7 +55,7 @@ static CreateDeckLinkDiscoveryInstanceFunc gCreateDeckLinkDiscoveryFunc= NULL;
|
||||
static CreateVideoFrameAncillaryPacketsInstanceFunc gCreateVideoFrameAncillaryPacketsFunc = NULL;
|
||||
|
||||
|
||||
void InitDeckLinkAPI (void)
|
||||
static void InitDeckLinkAPI (void)
|
||||
{
|
||||
CFURLRef bundleURL;
|
||||
|
||||
@@ -167,7 +167,7 @@ static CFBundleRef gBMDStreamingAPIBundleRef = NULL;
|
||||
static CreateDiscoveryFunc gCreateDiscoveryFunc = NULL;
|
||||
static CreateNALParserFunc gCreateNALParserFunc = NULL;
|
||||
|
||||
void InitBMDStreamingAPI(void)
|
||||
static void InitBMDStreamingAPI(void)
|
||||
{
|
||||
CFURLRef bundleURL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user