quartz: Fix return value of GetMediaTime.
This commit is contained in:
parent
5024a05780
commit
8af5c1b729
|
@ -703,7 +703,7 @@ static HRESULT WINAPI StdMediaSample2_GetMediaTime(IMediaSample2 * iface, LONGLO
|
|||
*pStart = This->tMediaStart;
|
||||
*pEnd = This->tMediaEnd;
|
||||
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI StdMediaSample2_SetMediaTime(IMediaSample2 * iface, LONGLONG * pStart, LONGLONG * pEnd)
|
||||
|
|
Loading…
Reference in New Issue