Skip to content

Commit

Permalink
Merge remote-tracking branch 'robux4/captureless'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed Mar 2, 2024
2 parents 2eaeb0a + 774e7f7 commit 217ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EbmlMaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ void EbmlMaster::Read(EbmlStream & inDataStream, const EbmlSemanticContext & sCo
processCrc:

auto CrcItr =
std::find_if(ElementList.begin(), ElementList.end(), [=](auto &&element) {
std::find_if(ElementList.begin(), ElementList.end(), [](auto &&element) {
return EbmlId(*element) == EBML_ID(EbmlCrc32);
});
if (CrcItr != ElementList.end()) {
Expand Down

0 comments on commit 217ed35

Please sign in to comment.