Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/FGFilter.h')
-rw-r--r--src/mpc-hc/FGFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc-hc/FGFilter.h b/src/mpc-hc/FGFilter.h
index abec238fc..a0c035bab 100644
--- a/src/mpc-hc/FGFilter.h
+++ b/src/mpc-hc/FGFilter.h
@@ -124,7 +124,7 @@ class CFGFilterVideoRenderer : public CFGFilter
{
protected:
HWND m_hWnd;
- bool m_bHasVideoDriverWorkAround;
+ bool m_bHas10BitWorkAround;
public:
CFGFilterVideoRenderer(HWND hWnd, const CLSID& clsid, CStringW name = L"", UINT64 merit = MERIT64_DO_USE);