Index: /libmpc/trunk/include/mpc/mpc_types.h
===================================================================
--- /libmpc/trunk/include/mpc/mpc_types.h	(revision 473)
+++ /libmpc/trunk/include/mpc/mpc_types.h	(revision 474)
@@ -90,11 +90,8 @@
 /// Libmpcdec error codes
 typedef enum mpc_status {
+	// Success.
     MPC_STATUS_OK        =  0,
-    MPC_STATUS_FILE      = -1,
-    MPC_STATUS_SV7BETA   = -2,
-    MPC_STATUS_CBR       = -3,
-    MPC_STATUS_IS        = -4,
-    MPC_STATUS_BLOCKSIZE = -5,
-    MPC_STATUS_INVALIDSV = -6
+	// Generic failure (I/O error or invalid file).
+    MPC_STATUS_FAIL      = -1
 } mpc_status;
 
