Ignore:
Timestamp:
4 Jun 2015, 11:47:20 (9 years ago)
Author:
rwth
Message:
  • bug fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibCommon/TComSlice.cpp

    r1250 r1251  
    28552855    m_bUseDLTFlag                 [i] = false;
    28562856    m_bInterViewDltPredEnableFlag [i] = false;
     2857    m_bDltBitMapRepFlag           [i] = false;
    28572858
    28582859    // allocate some memory and initialize with default mapping
     
    28602861    m_iDepthValue2Idx[i]    = std::vector<Int>(m_iNumDepthmapValues[i]);
    28612862    m_iIdx2DepthValue[i]    = std::vector<Int>(m_iNumDepthmapValues[i]);
     2863   
     2864    m_iDepthIdxToLayerId[i] = i;
    28622865
    28632866    //default mapping
Note: See TracChangeset for help on using the changeset viewer.