Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
3f086bdf
Commit
3f086bdf
authored
Feb 11, 2019
by
IOhannes m zmölnig
Browse files
filmDS: disabled audio interface
parent
f06f6b1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/filmDS/filmDS.cpp
View file @
3f086bdf
...
...
@@ -497,12 +497,13 @@ MARK();
tearDown
();
return
false
;
}
#if 0
hr = m_pGraph->QueryInterface(IID_IBasicAudio,(void**)&m_pAudio);
if (FAILED(hr)) {
tearDown();
return false;
}
#endif
// Use IGraphBuilder::QueryInterface (inherited from IUnknown) to get the IMediaControl interface.
//printf("step 4\n");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment