quartz: Declare a function static.
This commit is contained in:
parent
f12e6232a2
commit
d303896fe0
|
@ -596,7 +596,7 @@ static const IMediaSeekingVtbl Parser_Seeking_Vtbl =
|
|||
MediaSeekingImpl_GetPreroll
|
||||
};
|
||||
|
||||
HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv)
|
||||
static HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv)
|
||||
{
|
||||
Parser_OutputPin *This = (Parser_OutputPin *)iface;
|
||||
|
||||
|
|
Loading…
Reference in New Issue