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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-06 15:14:59 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-06 15:14:59 +0300
commit28315362f1a3327b5d12f1f9345fa4126854b33b (patch)
tree43fa1d10cb43e50b7c3bf7847c396351d6e3c5db /decoder/LAVVideo/LAVVideo.h
parent4c17c363ad0e3bf147d2dd4571ff7240dab4cc6a (diff)
Remove HQ deint option, always activate it when available.
The option was CUVID specific, and there really is no reason to not want to turn it on.
Diffstat (limited to 'decoder/LAVVideo/LAVVideo.h')
-rw-r--r--decoder/LAVVideo/LAVVideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder/LAVVideo/LAVVideo.h b/decoder/LAVVideo/LAVVideo.h
index 9d5a4b27..7d53f05e 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.h
@@ -276,7 +276,6 @@ private:
DWORD HWAccelResFlags;
DWORD HWDeintMode;
DWORD HWDeintOutput;
- BOOL HWDeintHQ;
DWORD DeintFieldOrder;
LAVDeintMode DeintMode;
DWORD SWDeintMode;