Some muxers need this information.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/qsv@5602
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}
}
+ // let the muxer know whether to expect B-frames or not
+ // FIXME: we must do this here even though we don't have all the info yet
+ job->areBframes = pv->codec_profile != MFX_PROFILE_AVC_BASELINE;
+
// tbd make it very properly
w->config->h264.sps[1] = profile;
w->config->h264.sps[2] = 0;