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

API 1.35 - remove VERSION_NEXT #2634

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onabiull
Copy link
Contributor

No description provided.

@@ -325,15 +325,6 @@ mfxStatus UpdateCscOutputFormat(mfxVideoParam *par, mfxFrameAllocRequest *reques
request->Info.BitDepthLuma = 10;
request->Info.Shift = 0;
break;
#endif
// 12 bit
#if (MFX_VERSION >= MFX_VERSION_NEXT)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need keep these format for SFC CSC. Just sync with @shawnli2, we need use #if (MFX_VERSION >= 1031) instead of #if (MFX_VERSION >= MFX_VERSION_NEXT)

@@ -34,11 +34,7 @@

using namespace UMC;

#if (MFX_VERSION >= MFX_VERSION_NEXT)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep G12::PackerVAAPI?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants