Ignore:
Timestamp:
25 Jun 2013, 22:11:57 (11 years ago)
Author:
tech
Message:

Fixed several bugs and mismatches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r491 r495  
    14571457  }
    14581458#if H_MV
     1459  for (Int lsIdx = 0; lsIdx < MAX_VPS_OP_SETS_PLUS1; lsIdx++ )
     1460  { 
     1461    for( Int layerId = 0; layerId < MAX_VPS_NUH_LAYER_ID_PLUS1; layerId++ )
     1462    {
     1463      m_layerIdIncludedFlag[lsIdx][layerId] = false;
     1464    }
     1465  }
     1466
    14591467  m_vpsNumberLayerSetsMinus1     = -1;
    14601468  m_vpsNumProfileTierLevelMinus1 = -1;
     
    14721480  {
    14731481    m_outputLayerSetIdxMinus1[i]  = -1;
    1474     m_profileLevelTierIdx[i]      = -1;
     1482    m_profileLevelTierIdx[i]      = 0;
    14751483    for ( Int j = 0; j < MAX_VPS_NUH_LAYER_ID_PLUS1; j++)
    14761484    {
     
    14801488 
    14811489  m_maxOneActiveRefLayerFlag = false;
    1482   m_directDepTypeLenMinus2   = -1;         
     1490  m_directDepTypeLenMinus2   = 0;         
    14831491 
    14841492
Note: See TracChangeset for help on using the changeset viewer.