Skip to content

Commit

Permalink
enable pyramid when gopRefDist==3
Browse files Browse the repository at this point in the history
Delete unnecessary comment

Trigger rebuild

rebase push
  • Loading branch information
Legolasy authored and gfxVPLsdm committed Dec 23, 2024
1 parent eed6dab commit e153214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class GetDefault
// In the future it might be turned on by default
const mfxU16 BPyrCand[2] = { mfxU16(MFX_B_REF_OFF), mfxU16(MFX_B_REF_PYRAMID) };
bool bValid =
par.base.GetGopRefDist(par) > 3
par.base.GetGopRefDist(par) >= 3
&& (par.mvp.mfx.NumRefFrame == 0
|| par.base.GetMinRefForBPyramid(par) <= par.mvp.mfx.NumRefFrame);

Expand Down

0 comments on commit e153214

Please sign in to comment.