Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Fix HEVC QVBR support at least on SKL
Browse files Browse the repository at this point in the history
W/a for: #1579
  • Loading branch information
Nabiullin, Oleg committed Jul 2, 2020
1 parent 5696bd4 commit b17b151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ mfxStatus SetRateControl(
rate_param->ICQ_quality_factor = par.mfx.ICQQuality;
#ifdef MFX_ENABLE_QVBR
else if (par.mfx.RateControlMethod == MFX_RATECONTROL_QVBR)
rate_param->quality_factor = extOpt3.QVBRQuality;
rate_param->ICQ_quality_factor = extOpt3.QVBRQuality;
#endif

rate_param->initial_qp = par.m_pps.init_qp_minus26 + 26;
Expand Down

0 comments on commit b17b151

Please sign in to comment.