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.h

    r1219 r1251  
    13671367
    13681368  Int               m_iNumDepthmapValues          [ MAX_NUM_LAYERS ];
    1369   std::vector<Int>  m_iDepthValue2Idx [ MAX_NUM_LAYERS ];
    1370   std::vector<Int>  m_iIdx2DepthValue [ MAX_NUM_LAYERS ];
     1369  std::vector<Int>  m_iDepthValue2Idx             [ MAX_NUM_LAYERS ];
     1370  std::vector<Int>  m_iIdx2DepthValue             [ MAX_NUM_LAYERS ];
    13711371
    13721372  Int               m_iNumDepthViews;
     
    13741374 
    13751375  // mapping
    1376   Int     m_iDepthIdxToLayerId          [ MAX_NUM_LAYERS ];
    1377  
    1378   // these are only needed at the encoder to decide on coding
     1376  Int               m_iDepthIdxToLayerId          [ MAX_NUM_LAYERS ];
    13791377
    13801378public:
Note: See TracChangeset for help on using the changeset viewer.