Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1153)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1154)
@@ -2868,10 +2868,6 @@
 #if VPS_EXTN_PROFILE_INFO
   // Profile-tier-level signalling
-#if !VPS_EXTN_UEV_CODING
-  READ_CODE( 10, uiCode, "vps_number_layer_sets_minus1" );     assert( uiCode == (vps->getNumLayerSets() - 1) );
-  READ_CODE(  6, uiCode, "vps_num_profile_tier_level_minus1"); vps->setNumProfileTierLevel( uiCode + 1 );
-#else
   READ_UVLC(  uiCode, "vps_num_profile_tier_level_minus1"); vps->setNumProfileTierLevel( uiCode + 1 );
-#endif
+
   Int const numBitsForPtlIdx = vps->calculateLenOfSyntaxElement( vps->getNumProfileTierLevel() );
 #if !MULTIPLE_PTL_SUPPORT
@@ -2902,18 +2898,4 @@
 #endif
 
-#if !VPS_EXTN_UEV_CODING
-  READ_FLAG( uiCode, "more_output_layer_sets_than_default_flag" ); vps->setMoreOutputLayerSetsThanDefaultFlag( uiCode ? true : false );
-  Int numOutputLayerSets = 0;
-  if(! vps->getMoreOutputLayerSetsThanDefaultFlag() )
-  {
-    numOutputLayerSets = vps->getNumLayerSets();
-  }
-  else
-  {
-    READ_CODE( 10, uiCode, "num_add_output_layer_sets" );          vps->setNumAddOutputLayerSets( uiCode );
-    numOutputLayerSets = vps->getNumLayerSets() + vps->getNumAddOutputLayerSets();
-  }
-#else
-
 #if Q0165_NUM_ADD_OUTPUT_LAYER_SETS
   if( vps->getNumLayerSets() > 1 )
@@ -2934,5 +2916,4 @@
 
   Int numOutputLayerSets = vps->getNumLayerSets() + vps->getNumAddOutputLayerSets();
-#endif
 
 #if P0295_DEFAULT_OUT_LAYER_IDC
