From 7a49f75d9592c8fc1b46c2303464914ed6d7b586 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 12 Oct 2020 19:39:57 +1100 Subject: [PATCH] [host] dxgi: ensure formatVer is incremented on re-init --- host/platform/Windows/capture/DXGI/src/dxgi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c index 32f02494..44efc4a1 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi.c +++ b/host/platform/Windows/capture/DXGI/src/dxgi.c @@ -232,7 +232,6 @@ static bool dxgi_init() this->stop = false; this->texRIndex = 0; this->texWIndex = 0; - this->formatVer = 0; atomic_store(&this->texReady, 0); lgResetEvent(this->frameEvent);