Index: branches/SHM-6-dev/source/Lib/TLibCommon/TComRom.cpp
===================================================================
--- branches/SHM-6-dev/source/Lib/TLibCommon/TComRom.cpp	(revision 809)
+++ branches/SHM-6-dev/source/Lib/TLibCommon/TComRom.cpp	(revision 810)
@@ -527,37 +527,42 @@
   {
   case NAL_UNIT_CODED_SLICE_TRAIL_N:
+    return "TRAIL_N";
   case NAL_UNIT_CODED_SLICE_TRAIL_R:
-    return "TRAIL";
+    return "TRAIL_R";
   
   case NAL_UNIT_CODED_SLICE_TSA_N:
+    return "  TSA_N";
   case NAL_UNIT_CODED_SLICE_TSA_R:
-    return "  TSA";
+    return "  TSA_R";
   
   case NAL_UNIT_CODED_SLICE_STSA_N:
+    return " STSA_N";
   case NAL_UNIT_CODED_SLICE_STSA_R:
-    return " STSA";
+    return " STSA_R";
 
   case NAL_UNIT_CODED_SLICE_RADL_N:
+    return " RADL_N";
   case NAL_UNIT_CODED_SLICE_RADL_R:
-    return " RADL";
+    return " RADL_R";
   
   case NAL_UNIT_CODED_SLICE_RASL_N:
+    return " RASL_N";
   case NAL_UNIT_CODED_SLICE_RASL_R:
-    return " RASL";
+    return " RASL_R";
 
   case NAL_UNIT_CODED_SLICE_BLA_W_LP:
   case NAL_UNIT_CODED_SLICE_BLA_W_RADL:
   case NAL_UNIT_CODED_SLICE_BLA_N_LP:
-    return "  BLA";
+    return "    BLA";
 
   case NAL_UNIT_CODED_SLICE_IDR_W_RADL:
   case NAL_UNIT_CODED_SLICE_IDR_N_LP:
-    return "  IDR";
+    return "    IDR";
   
   case NAL_UNIT_CODED_SLICE_CRA:
-    return "  CRA";
+    return "    CRA";
 
   default:
-    return "     ";
+    return "       ";
   };
 }
