Changeset 712 in 3DVCSoftware for branches/HTM-8.2-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 21 Nov 2013, 13:28:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp
r696 r712 1803 1803 } 1804 1804 #if H_3D_IC 1805 #if SEC_ONLY_TEXTURE_IC_F0151 1806 else if( rpcSlice->getViewIndex() && ( rpcSlice->getSliceType() == P_SLICE || rpcSlice->getSliceType() == B_SLICE ) && !rpcSlice->getIsDepth()) 1807 #else 1805 1808 else if( rpcSlice->getViewIndex() && ( rpcSlice->getSliceType() == P_SLICE || rpcSlice->getSliceType() == B_SLICE ) ) 1809 #endif 1806 1810 { 1807 1811 UInt uiCodeTmp = 0;
Note: See TracChangeset for help on using the changeset viewer.