- Timestamp:
- 19 Oct 2013, 19:02:27 (11 years ago)
- Location:
- branches/HTM-8.2-dev0-Cleanup/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibDecoder/TDecCAVLC.cpp
r648 r649 796 796 } 797 797 } 798 799 #if H_MV 798 800 Void TDecCavlc::parseSPSExtension( TComSPS* pcSPS ) 799 801 { … … 838 840 pcSPS->initCamParaSPS( viewIndex, uiCamParPrecision, bCamParSlice, m_aaiTempScale, m_aaiTempOffset ); 839 841 } 842 #endif 840 843 #endif 841 844 -
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncSlice.cpp
r648 r649 198 198 rpcSlice = pcPic->getSlice(0); 199 199 200 #if H_MV 200 201 rpcSlice->setVPS( pVPS ); 201 202 … … 205 206 #if H_3D 206 207 rpcSlice->setIsDepth ( pVPS->getDepthId ( layerId ) != 0 ); 208 #endif 207 209 #endif 208 210 rpcSlice->setSPS( pSPS );
Note: See TracChangeset for help on using the changeset viewer.