Skip to content

Commit

Permalink
Fix late entry Embedded LC handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jan 8, 2017
1 parent bd011de commit cdb5477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DMREmbeddedLC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ bool CDMREmbeddedLC::processEmbeddedData()
if (!CCRC::checkFiveBit(m_data, crc))
return false;

m_valid = true;

// Extract the FLCO
unsigned char flco;
CUtils::bitsToByteBE(m_data + 0U, flco);
Expand Down

0 comments on commit cdb5477

Please sign in to comment.