From a36d312844d6a8599437de31f2567369a20dc8e8 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 4 Jan 2018 09:30:55 +1100 Subject: [PATCH] [host] dxgi: fixed missed header update for timeout fix --- host/Capture/DXGI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Capture/DXGI.h b/host/Capture/DXGI.h index 6d8112ce..450fcd71 100644 --- a/host/Capture/DXGI.h +++ b/host/Capture/DXGI.h @@ -115,7 +115,7 @@ namespace Capture bool InitRawCapture(); bool InitH264Capture(); - GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture); + GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture, bool & timeout); GrabStatus DXGI::GrabFrameRaw (FrameInfo & frame); GrabStatus DXGI::GrabFrameH264 (FrameInfo & frame);