Added missing CoInitialize.
This commit is contained in:
parent
b547af156b
commit
03bd646cd0
|
@ -72,6 +72,7 @@ static void releasefiltergraph()
|
|||
|
||||
START_TEST(filtergraph)
|
||||
{
|
||||
CoInitialize(NULL);
|
||||
createfiltergraph();
|
||||
#if 0
|
||||
renderfile();
|
||||
|
|
Loading…
Reference in New Issue