Index: branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp	(revision 1265)
+++ branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp	(revision 1267)
@@ -2091,4 +2091,6 @@
     case NAL_UNIT_RESERVED_NVCL46:
     case NAL_UNIT_RESERVED_NVCL47:
+      printf ("Note: found reserved NAL unit.\n");
+      return false;
     case NAL_UNIT_UNSPECIFIED_48:
     case NAL_UNIT_UNSPECIFIED_49:
@@ -2107,5 +2109,6 @@
     case NAL_UNIT_UNSPECIFIED_62:
     case NAL_UNIT_UNSPECIFIED_63:
-
+      printf ("Note: found unspecified NAL unit.\n");
+      return false;
     default:
       assert (0);
