quartz: Properly set a parameter by reference in Parser_OutputPin_DecideAllocator.
This commit is contained in:
parent
64841aac83
commit
a3d8e7b369
@ -582,7 +582,7 @@ static HRESULT WINAPI Parser_OutputPin_DecideAllocator(BaseOutputPin *iface, IMe
|
|||||||
Parser_OutputPin *This = (Parser_OutputPin *)iface;
|
Parser_OutputPin *This = (Parser_OutputPin *)iface;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
||||||
pAlloc = NULL;
|
*pAlloc = NULL;
|
||||||
|
|
||||||
if (This->alloc)
|
if (This->alloc)
|
||||||
hr = IMemInputPin_NotifyAllocator(pPin, This->alloc, This->readonly);
|
hr = IMemInputPin_NotifyAllocator(pPin, This->alloc, This->readonly);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user