Index: trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp
===================================================================
--- trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 644)
+++ trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp	(revision 649)
@@ -1280,5 +1280,5 @@
       Int lsIdx = vps->getOutputLayerSetIdx(i);
 #if NUM_OL_FLAGS
-      for(j = 0; j < vps->getNumLayersInIdList(lsIdx) ; j++)
+      for(j = 0; j < vps->getNumLayersInIdList(lsIdx); j++)
 #else
       for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++)
@@ -1796,5 +1796,5 @@
     if (uiCode)
     {
-      READ_FLAG(uiCode, "only_idr_for_IRAP_across_layers" );
+      READ_FLAG(uiCode, "all_layers_idr_aligned_flag" );
       vps->setCrossLayerIrapAlignFlag(uiCode);
     }
