Commit 01f07fe4 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

amstream: Render source file in IAMMultiMediaStreamImpl_OpenFile.

parent 7272256a
......@@ -432,6 +432,9 @@ static HRESULT WINAPI IAMMultiMediaStreamImpl_OpenFile(IAMMultiMediaStream* ifac
This->ipin = ipin;
}
if (SUCCEEDED(ret) && !(flags & AMMSF_NORENDER))
ret = IGraphBuilder_Render(This->pFilterGraph, This->ipin);
if (EnumPins)
IEnumPins_Release(EnumPins);
if (BaseFilter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment