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

Commit

Permalink
[VPP] Remove platform check for AYUV color format
Browse files Browse the repository at this point in the history
Removed platform check for AYUV color format since it
was added/supported before ICL

Signed-off-by: Wang, Chengwei C <[email protected]>
  • Loading branch information
Wang, Chengwei C authored and Oleg Nabiullin committed Feb 8, 2019
1 parent 2b8890f commit 812dc4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _studio/mfx_lib/vpp/src/mfx_vpp_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1325,11 +1325,7 @@ mfxStatus CheckFrameInfo(mfxFrameInfo* info, mfxU32 request, eMFXHWType platform
case MFX_FOURCC_P210:
case MFX_FOURCC_NV16:
case MFX_FOURCC_YUY2:
break;
case MFX_FOURCC_AYUV:
#if !defined(_WIN32) || !defined(_WIN64)
MFX_CHECK(platform >= MFX_HW_ICL, MFX_ERR_INVALID_VIDEO_PARAM);
#endif
break;
#if (MFX_VERSION >= 1027)
case MFX_FOURCC_Y210:
Expand Down

0 comments on commit 812dc4e

Please sign in to comment.