diff options
author | Rodeo <[email protected]> | 2013-09-24 11:53:29 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-09-24 11:53:29 +0000 |
commit | 84c6ccec2bb77d3cbc9440191fd24c1e858d99f9 (patch) | |
tree | 0a9e1c0ca8032c59c4a3cb235f0125c76f27efbf /test | |
parent | 102c5428b559d967ea6531e9202b5931401679bd (diff) |
QSV: MBBRC is actually Haswell-only.
This is confirmed by marketing material and testing with the 3257 driver on Ivy Bridge hardware.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5802 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 7de2561f3..b7f8e9ac2 100644 --- a/test/test.c +++ b/test/test.c @@ -4336,7 +4336,8 @@ static int ParseOptions( int argc, char ** argv ) { /* XXX: for testing workarounds */ hb_qsv_info->capabilities &= ~HB_QSV_CAP_MSDK_API_1_6; - hb_qsv_info->capabilities &= ~HB_QSV_CAP_OPTION2_BRC; + hb_qsv_info->capabilities &= ~HB_QSV_CAP_OPTION2_MBBRC; + hb_qsv_info->capabilities &= ~HB_QSV_CAP_OPTION2_EXTBRC; hb_qsv_info->capabilities &= ~HB_QSV_CAP_OPTION2_TRELLIS; hb_qsv_info->capabilities &= ~HB_QSV_CAP_OPTION2_LOOKAHEAD; } |