Skip to content

Commit

Permalink
Remove duplicate copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
funman authored and kierank committed Dec 9, 2013
1 parent 0585558 commit 0ecae59
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions input/sdi/decklink/decklink.cpp
Expand Up @@ -800,14 +800,6 @@ static int open_card( decklink_opts_t *decklink_opts )
goto finish;
}

result = decklink_ctx->p_card->QueryInterface(IID_IDeckLinkAttributes, (void**)&decklink_attributes );
if( result != S_OK )
{
fprintf(stderr, "[decklink] Could not obtain the IDeckLinkAttributes interface\n" );
ret = -1;
goto finish;
}

result = decklink_attributes->GetFlag( BMDDeckLinkSupportsInputFormatDetection, &supported );
if( result != S_OK )
{
Expand Down

0 comments on commit 0ecae59

Please sign in to comment.