Changeset 85 for libmpcdec/branches/zorg/include/mpcdec/mpcdec.h
- Timestamp:
- 11/03/06 00:10:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.