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/FGFilterLAV.h')
-rw-r--r--src/mpc-hc/FGFilterLAV.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mpc-hc/FGFilterLAV.h b/src/mpc-hc/FGFilterLAV.h
index c6b312950..bb979ba42 100644
--- a/src/mpc-hc/FGFilterLAV.h
+++ b/src/mpc-hc/FGFilterLAV.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2015 see Authors.txt
+ * (C) 2013-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -71,7 +71,7 @@ public:
if (SUCCEEDED(pLAVFilter->Create(&pBF, pUnks))) {
if (CComQIPtr<ISpecifyPropertyPages> pSPP = pBF) {
- CComPropertySheet ps(ResStr(IDS_PROPSHEET_PROPERTIES), pParendWnd);
+ CComPropertySheet ps(IDS_PROPSHEET_PROPERTIES, pParendWnd);
ps.AddPages(pSPP, iIgnoredPage);
ps.DoModal();
@@ -167,12 +167,13 @@ public:
DWORD dwHWAccelResFlags;
DWORD dwHWDeintMode;
DWORD dwHWDeintOutput;
- BOOL bHWDeintHQ;
DWORD dwDeintFieldOrder;
LAVDeintMode deintMode;
DWORD dwSWDeintMode;
DWORD dwSWDeintOutput;
DWORD dwDitherMode;
+ DWORD dwHWAccelDeviceDXVA2;
+ DWORD dwHWAccelDeviceDXVA2Desc;
void LoadSettings();
void SaveSettings();