Andrey Gusev : amstream: Return S_OK in IDirectDrawStreamSampleImpl_Update.

Alexandre Julliard julliard at winehq.org
Thu Feb 15 14:42:29 CST 2018


Module: wine
Branch: master
Commit: 65989f2ace1b06617638e31cb7ba56deb38fe690
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=65989f2ace1b06617638e31cb7ba56deb38fe690

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Feb 13 14:11:27 2018 +0200

amstream: Return S_OK in IDirectDrawStreamSampleImpl_Update.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/amstream/mediastream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/amstream/mediastream.c b/dlls/amstream/mediastream.c
index 53556af..7a2e013 100644
--- a/dlls/amstream/mediastream.c
+++ b/dlls/amstream/mediastream.c
@@ -929,7 +929,7 @@ static HRESULT WINAPI IDirectDrawStreamSampleImpl_Update(IDirectDrawStreamSample
 {
     FIXME("(%p)->(%x,%p,%p,%u): stub\n", iface, flags, event, func_APC, APC_data);
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI IDirectDrawStreamSampleImpl_CompletionStatus(IDirectDrawStreamSample *iface, DWORD flags, DWORD milliseconds)




More information about the wine-cvs mailing list