Changeset 1169 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 01:20:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1168 r1169 2672 2672 Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1]; 2673 2673 Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1]; 2674 #if LIST_OF_PTL 2674 2675 2675 if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() ) 2676 2676 { … … 2685 2685 #endif 2686 2686 } 2687 #endif2688 2687 2689 2688 UInt numScalabilityTypes = 0, i = 0, j = 0; … … 2876 2875 vps->getPTLForExtnPtr()->resize(vps->getNumProfileTierLevel()); 2877 2876 #endif 2878 #if LIST_OF_PTL 2877 2879 2878 for(Int idx = vps->getBaseLayerInternalFlag() ? 2 : 1; idx < vps->getNumProfileTierLevel(); idx++) 2880 #else2881 for(Int idx = 1; idx <= vps->getNumProfileTierLevel() - 1; idx++)2882 #endif2883 2879 { 2884 2880 READ_FLAG( uiCode, "vps_profile_present_flag[i]" ); vps->setProfilePresentFlag(idx, uiCode ? true : false);
Note: See TracChangeset for help on using the changeset viewer.