Changeset 231 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/Lib/TLibCommon/TComDepthMapGenerator.cpp
- Timestamp:
- 26 Jan 2013, 19:36:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-MERL/source/Lib/TLibCommon/TComDepthMapGenerator.cpp
r189 r231 562 562 m_cTmpPic.dump( acFilename, ( pcPic->getPOC() != 0 ) ); 563 563 } 564 564 565 #endif 565 566 … … 744 745 Int iNumRefPics = pcSlice->getNumRefIdx( eRefPicList ); 745 746 for( Int iPdmRefIdx = 0; iPdmRefIdx < iNumRefPics; iPdmRefIdx++ ) 746 {747 { 747 748 if( pcSlice->getRefPOC( eRefPicList, iPdmRefIdx ) == pcSlice->getPOC()) 748 749 {
Note: See TracChangeset for help on using the changeset viewer.