Skip to content

Commit

Permalink
[Encode] BRC simu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen, Bohan committed Apr 2, 2024
1 parent 4ca4d13 commit a69fefd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ MOS_STATUS Av1BasicFeature::Update(void *params)
m_appHdrSize += m_nalUnitParams[i]->uiSize;
if (IsFrameHeader(*(m_bsBuffer.pBase + m_nalUnitParams[i]->uiOffset)))
{
continue;
break;
}
m_appHdrSizeExcludeFrameHdr += m_nalUnitParams[i]->uiSize;
}
Expand Down

0 comments on commit a69fefd

Please sign in to comment.