From 84c6ccec2bb77d3cbc9440191fd24c1e858d99f9 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Tue, 24 Sep 2013 11:53:29 +0000 Subject: 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 --- libhb/qsv_common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libhb/qsv_common.h') diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index d27e7241a..796d791b5 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -32,9 +32,10 @@ typedef struct hb_qsv_info_s int capabilities; #define HB_QSV_CAP_H264_BPYRAMID (1 << 0) // H.264: reference B-frames #define HB_QSV_CAP_MSDK_API_1_6 (1 << 1) // Support for API 1.6 or later -#define HB_QSV_CAP_OPTION2_BRC (1 << 2) // mfxExtCodingOption2: MBBRC/ExtBRC -#define HB_QSV_CAP_OPTION2_LOOKAHEAD (1 << 3) // mfxExtCodingOption2: LookAhead -#define HB_QSV_CAP_OPTION2_TRELLIS (1 << 4) // mfxExtCodingOption2: Trellis +#define HB_QSV_CAP_OPTION2_EXTBRC (1 << 2) // mfxExtCodingOption2: ExtBRC +#define HB_QSV_CAP_OPTION2_MBBRC (1 << 3) // mfxExtCodingOption2: MBBRC +#define HB_QSV_CAP_OPTION2_LOOKAHEAD (1 << 4) // mfxExtCodingOption2: LookAhead +#define HB_QSV_CAP_OPTION2_TRELLIS (1 << 5) // mfxExtCodingOption2: Trellis // TODO: add available decoders, filters, encoders, // maximum decode and encode resolution, etc. -- cgit v1.2.3