Skip to content

Commit

Permalink
[Test] fix slc header size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bai-isaac committed Oct 12, 2023
1 parent 05e4d0d commit 73840a8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1898,9 +1898,6 @@ MOS_STATUS DdiEncodeAvc::CheckPackedSlcHeaderData(
*ppOutSlcHdr = NULL;
OutBitSize = 0;

if (VAEntrypointEncSliceLP != m_encodeCtx->vaEntrypoint)
return MOS_STATUS_SUCCESS;

if (0 == InBitSize || NULL == pInSlcHdr)
return MOS_STATUS_SUCCESS;

Expand Down

0 comments on commit 73840a8

Please sign in to comment.