Changeset 391 in SHVCSoftware for branches


Ignore:
Timestamp:
10 Sep 2013, 21:29:03 (11 years ago)
Author:
seregin
Message:

fix a message in the assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r389 r391  
    9595  for(UInt layer=0; layer < m_numLayers; layer++)
    9696  {
    97     assert( m_acLayerCfg[layer].getRepFormatIdx() != -1, "RepFormatIdx not assigned for a layer" );   
     97    assert( m_acLayerCfg[layer].getRepFormatIdx() != -1 && "RepFormatIdx not assigned for a layer" );   
    9898    vps->setVpsRepFormatIdx( layer, m_acLayerCfg[layer].getRepFormatIdx() );
    9999    maxRepFormatIdx = std::max( m_acLayerCfg[layer].getRepFormatIdx(), maxRepFormatIdx );
Note: See TracChangeset for help on using the changeset viewer.