decklink: Update SDK to 10.11.4

This commit is contained in:
Colin Edwards
2019-02-26 19:30:11 -06:00
parent f2d7f5b2e7
commit 39c9bc6823
31 changed files with 168 additions and 43 deletions

View File

@@ -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;