Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncTop.cpp
r1124 r1131 896 896 #if H_MV 897 897 m_cPPS.setLayerId( getLayerId() ); 898 #if HHI_DEPENDENCY_SIGNALLING_I1_J0107899 898 #if H_3D 900 899 // Check if this condition is still correct 901 900 if( getVPS()->getNumRefListLayers( getLayerId() ) > 0 ) 902 #else903 if( getVPS()->getNumDirectRefLayers( getLayerId() ) > 0 )904 #endif905 901 #else 906 902 if( getVPS()->getNumDirectRefLayers( getLayerId() ) > 0 )
Note: See TracChangeset for help on using the changeset viewer.