Changeset 474
- Timestamp:
- 07/28/11 21:52:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/include/mpc/mpc_types.h
r445 r474 90 90 /// Libmpcdec error codes 91 91 typedef enum mpc_status { 92 // Success. 92 93 MPC_STATUS_OK = 0, 93 MPC_STATUS_FILE = -1, 94 MPC_STATUS_SV7BETA = -2, 95 MPC_STATUS_CBR = -3, 96 MPC_STATUS_IS = -4, 97 MPC_STATUS_BLOCKSIZE = -5, 98 MPC_STATUS_INVALIDSV = -6 94 // Generic failure (I/O error or invalid file). 95 MPC_STATUS_FAIL = -1 99 96 } mpc_status; 100 97
Note: See TracChangeset
for help on using the changeset viewer.