Skip to content

Commit

Permalink
Revert "[HEVCe] change warning to error none when checktu "
Browse files Browse the repository at this point in the history
This reverts commit 976965a
  • Loading branch information
luleilei1 authored and gfxVPLsdm committed Sep 9, 2024
1 parent c1573ab commit 0265964
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4343,6 +4343,7 @@ mfxStatus Legacy::CheckTU(const ENCODE_CAPS_HEVC& caps, mfxU16& tu)
if (tu != newtu)
{
tu = newtu;
return MFX_WRN_INCOMPATIBLE_VIDEO_PARAM;
}
}

Expand Down

0 comments on commit 0265964

Please sign in to comment.