Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1223)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 1224)
@@ -3002,7 +3002,5 @@
   }
 
-#if VPS_DPB_SIZE_TABLE
   parseVpsDpbSizeTable(vps);
-#endif
 
   READ_UVLC( uiCode,           "direct_dep_type_len_minus2"); vps->setDirectDepTypeLen(uiCode+2);
@@ -3215,5 +3213,4 @@
 }
 
-#if VPS_DPB_SIZE_TABLE
 Void TDecCavlc::parseVpsDpbSizeTable( TComVPS *vps )
 {
@@ -3287,5 +3284,4 @@
   }
 }
-#endif
 
 Void TDecCavlc::parseVPSVUI(TComVPS *vps)
Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h	(revision 1223)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h	(revision 1224)
@@ -133,7 +133,5 @@
   Void  defaultVPSVUI       ( TComVPS* pcVPS );
   Void  parseRepFormat      ( RepFormat *repFormat, RepFormat *repFormatPrev );
-#if VPS_DPB_SIZE_TABLE
   Void  parseVpsDpbSizeTable( TComVPS *vps );
-#endif
   Void  parseVpsVuiBspHrdParams( TComVPS *vps );
   Void  parseSPSExtension    ( TComSPS* pcSPS );
