diff options
author | Rodeo <[email protected]> | 2013-10-11 13:17:17 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-10-11 13:17:17 +0000 |
commit | 58bd6b80db26fc71a101c0dbdf4633deea5c0c34 (patch) | |
tree | aafdf5dcb4e1ce061fdbd44a7b6be9f14cf6efb3 /libhb/qsv_common.h | |
parent | 54fde2698cac2a49a0ce786ec04a13fd7360e529 (diff) |
QSV: use encode-only path when we have CPU filters enabled and CopyFrame is unavailable.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5831 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h index 083065be6..ab9ca9024 100644 --- a/libhb/qsv_common.h +++ b/libhb/qsv_common.h @@ -36,6 +36,7 @@ typedef struct hb_qsv_info_s #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 +#define HB_QSV_CAP_COPYFRAME (1 << 6) // mfxCoreInterface: CopyFrame // TODO: add available decoders, filters, encoders, // maximum decode and encode resolution, etc. |