quartz: Fix return value for video renderer.

This commit is contained in:
Maarten Lankhorst 2008-07-02 20:09:33 -07:00 committed by Alexandre Julliard
parent e5767b1c02
commit 28c7b230ed
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ static HRESULT VideoRenderer_Sample(LPVOID iface, IMediaSample * pSample)
HRESULT hr;
if (This->state == State_Stopped)
return S_FALSE;
return VFW_E_WRONG_STATE;
TRACE("%p %p\n", iface, pSample);