Allow for multi block non LC embedded data.

This commit is contained in:
Jonathan Naylor
2016-12-28 17:40:32 +00:00
parent 71bce770b2
commit 781f9856bc

View File

@@ -30,7 +30,8 @@ CDMREmbeddedLC::CDMREmbeddedLC() :
m_rawLC(NULL),
m_state(LCS_NONE)
{
m_rawLC = new bool[128U];
// Allow for multi-block non embedded LC data
m_rawLC = new bool[300U];
}
CDMREmbeddedLC::~CDMREmbeddedLC()