Skip to content

Commit

Permalink
Merge pull request #4343 from DomAmato/DirectShow-minor-fixes
Browse files Browse the repository at this point in the history
Direct show minor fixes
  • Loading branch information
arturoc committed Sep 24, 2015
2 parents fefc65a + 6ee40f6 commit 0f06de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/video/ofDirectShowPlayer.cpp
Expand Up @@ -497,7 +497,7 @@ class DirectShowVideo : public ISampleGrabberCB{
return false;
}

m_pGrabber->SetCallback(this, 0);
hr = m_pGrabber->SetCallback(this, 0);
if (FAILED(hr)){
tearDown();
return false;
Expand Down

0 comments on commit 0f06de7

Please sign in to comment.