Skip to content

Commit

Permalink
keep the assertion and only remove OMAF related comment
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Jan 14, 2021
1 parent bd5892b commit c595bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IsoLib/hevc_extractors/src/HEVCExtractorReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ std::vector<char> HEVCExtractorReader::getNextAUResolveExtractors()
uiDataLength = uiRefSampleSize - uiDataOffset;
bNaluLengthRewrite = true;
}
else { assert(0); }
}
// now get the right portion of the sample and write it to the output vector
vRet.insert(vRet.end(), *sampleFromConstrH+uiDataOffset, *sampleFromConstrH+uiDataOffset+uiDataLength);
Expand Down

0 comments on commit c595bee

Please sign in to comment.