Fix late entry Embedded LC handling.

This commit is contained in:
Jonathan Naylor 2017-01-08 16:37:51 +00:00
parent bd011de2ca
commit cdb54779f2
1 changed files with 2 additions and 0 deletions

View File

@ -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);