diff options
author | John Stebbins <[email protected]> | 2016-03-10 14:46:50 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-11 14:13:33 -0700 |
commit | fc3a836f30ff50f556c0267efbb41ee84a4b74a8 (patch) | |
tree | 86abe81114fcaa9df2b106b0cd55a634fd6615ba /libhb/decomb.h | |
parent | c3c076a86e8c3a9b97b1ed352c88365728e3879a (diff) |
qsv: fix build
I missed some of the qsv filter settings bits that needed changing.
Diffstat (limited to 'libhb/decomb.h')
-rw-r--r-- | libhb/decomb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/decomb.h b/libhb/decomb.h index 4aa60a608..473dd3f7f 100644 --- a/libhb/decomb.h +++ b/libhb/decomb.h @@ -20,5 +20,6 @@ #define MODE_YADIF_ENABLE 1 #define MODE_YADIF_SPATIAL 2 #define MODE_YADIF_BOB 4 +#define MODE_DEINTERLACE_QSV 8 #endif // HB_DECOMB_H |