Changeset 1394 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibDecoder
- Timestamp:
- 4 Mar 2016, 09:42:34 (9 years ago)
- Location:
- branches/HTM-16.0-dev1/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibDecoder/TDecTop.cpp
r1386 r1394 1063 1063 m_pcPic->setLayerId( nalu.m_nuhLayerId ); 1064 1064 m_pcPic->setViewId ( getViewId() ); 1065 #if NH_3D 1065 #if NH_3D || NH_3D_VSO 1066 1066 m_pcPic->setViewIndex( getViewIndex() ); 1067 1067 m_pcPic->setIsDepth ( getIsDepth () ); -
branches/HTM-16.0-dev1/source/Lib/TLibDecoder/TDecTop.h
r1321 r1394 247 247 Int m_layerId; 248 248 Int m_viewId; 249 #if NH_3D 249 #if NH_3D || NH_3D_VSO 250 250 Int m_viewIndex; 251 251 Bool m_isDepth;
Note: See TracChangeset for help on using the changeset viewer.