Commit 6c016ac0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

quartz: Fix return value for StdMediaSample2_GetTime in error cases.

parent ba9b2072
......@@ -534,7 +534,7 @@ static HRESULT WINAPI StdMediaSample2_GetTime(IMediaSample2 * iface, REFERENCE_T
hr = S_OK;
}
return S_OK;
return hr;
}
static HRESULT WINAPI StdMediaSample2_SetTime(IMediaSample2 * iface, REFERENCE_TIME * pStart, REFERENCE_TIME * pEnd)
......
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