Changeset 1124 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 02:24:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1121 r1124 2698 2698 { 2699 2699 UInt uiCode; 2700 // ... More syntax elements to be parsed here2701 #if P0300_ALT_OUTPUT_LAYER_FLAG2702 2700 Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1]; 2703 2701 Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1]; 2704 #endif2705 2702 #if LIST_OF_PTL 2706 2703 if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() ) … … 3089 3086 READ_CODE( numBits, uiCode, "profile_tier_level_idx[i]" ); vps->setProfileLevelTierIdx(i, uiCode); 3090 3087 #endif 3091 #if P0300_ALT_OUTPUT_LAYER_FLAG 3088 3092 3089 NumOutputLayersInOutputLayerSet[i] = 0; 3093 3090 for (j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++) … … 3113 3110 #if Q0165_OUTPUT_LAYER_SET 3114 3111 assert( NumOutputLayersInOutputLayerSet[i]>0 ); 3115 #endif3116 3117 3112 #endif 3118 3113 } … … 3210 3205 READ_CODE( numBits, uiCode, "profile_level_tier_idx[i]" ); vps->setProfileLevelTierIdx(i, uiCode); 3211 3206 } 3212 #endif3213 3214 #if !P0300_ALT_OUTPUT_LAYER_FLAG3215 #if O0153_ALT_OUTPUT_LAYER_FLAG3216 if( vps->getMaxLayers() > 1 )3217 {3218 READ_FLAG( uiCode, "alt_output_layer_flag");3219 vps->setAltOuputLayerFlag( uiCode ? true : false );3220 }3221 #endif3222 3207 #endif 3223 3208
Note: See TracChangeset for help on using the changeset viewer.