Changeset 715 in SHVCSoftware for branches/SHM-6-dev/source/Lib
- Timestamp:
- 21 Apr 2014, 18:56:13 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp
r710 r715 2526 2526 } 2527 2527 2528 Void TComVPS::setNumRefLayers(Int currLayerId) 2529 { 2528 Void TComVPS::setNumRefLayers() 2529 { 2530 memset( m_numberRefLayers, 0, sizeof( m_numberRefLayers ) ); 2531 2530 2532 for (Int i = 0; i < m_uiMaxLayers; i++) 2531 2533 { -
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h
r684 r715 798 798 Void setRecursiveRefLayerFlag(Int currLayerId, Int refLayerId, Bool x) { m_recursiveRefLayerFlag[currLayerId][refLayerId] = x; } 799 799 Int getNumRefLayers(Int currLayerId) { return m_numberRefLayers[currLayerId]; } 800 Void setNumRefLayers( Int currLayerId);800 Void setNumRefLayers(); 801 801 #endif 802 802 #if VPS_RENAME
Note: See TracChangeset for help on using the changeset viewer.