Detection of the features' availability is not
100% reliable yet, and the encoder could fail
to initialize if the options are enabled but
not supported by the graphics driver.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6712
b64f7644-9d1e-0410-96f1-
a4d463321fa5
// introduced in API 1.8
param->codingOption2.RepeatPPS = MFX_CODINGOPTION_ON;
param->codingOption2.BRefType = MFX_B_REF_UNKNOWN; // controlled via gop.b_pyramid
- param->codingOption2.AdaptiveI = MFX_CODINGOPTION_ON;
- param->codingOption2.AdaptiveB = MFX_CODINGOPTION_ON;
+ param->codingOption2.AdaptiveI = MFX_CODINGOPTION_OFF;
+ param->codingOption2.AdaptiveB = MFX_CODINGOPTION_OFF;
param->codingOption2.LookAheadDS = MFX_LOOKAHEAD_DS_OFF;
param->codingOption2.NumMbPerSlice = 0;