Skip to content

Commit

Permalink
[Decode] Frame Info Shift setting for AVC
Browse files Browse the repository at this point in the history
This patch adds support to set shift flag in frame info on AVC.
  • Loading branch information
SteveZIntel authored and gfxVPLsdm committed Aug 19, 2024
1 parent 8b777a3 commit ce01856
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ mfxStatus MFX_Utility::Query(VideoCORE *core, mfxVideoParam *in, mfxVideoParam *
sts = MFX_ERR_UNSUPPORTED;
}

out->mfx.FrameInfo.Shift = in->mfx.FrameInfo.Shift;
switch (in->mfx.FrameInfo.PicStruct)
{
case MFX_PICSTRUCT_UNKNOWN:
Expand Down

0 comments on commit ce01856

Please sign in to comment.