Changeset 85 for libmpcdec/branches/zorg/include
- Timestamp:
- 11/03/06 00:10:26 (18 years ago)
- Location:
- libmpcdec/branches/zorg/include/mpcdec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/include/mpcdec/mpc_types.h
r81 r85 89 89 90 90 enum { 91 FALSE = 0,92 TRUE = !FALSE91 MPC_FALSE = 0, 92 MPC_TRUE = !MPC_FALSE 93 93 }; 94 94 -
libmpcdec/branches/zorg/include/mpcdec/mpcdec.h
r70 r85 57 57 /// \param p_reader reader that will supply raw data to the decoder 58 58 /// \param si streaminfo structure indicating format of source stream 59 /// \return TRUE if decoder was initalized successfully, FALSE otherwise59 /// \return MPC_TRUE if decoder was initalized successfully, FALSE otherwise 60 60 mpc_status mpc_decoder_init(mpc_decoder **p_dec, mpc_reader *p_reader, mpc_streaminfo *si); 61 61
Note: See TracChangeset
for help on using the changeset viewer.