Skip to content

Commit

Permalink
[Encode] fix slc header size issue
Browse files Browse the repository at this point in the history
fix slc header size issue.
  • Loading branch information
bai-isaac authored and Sherry-Lin committed Oct 16, 2023
1 parent c426dee commit 8c73f36
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1897,9 +1897,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 8c73f36

Please sign in to comment.