Ignore:
Timestamp:
10/31/06 11:47:09 (17 years ago)
Author:
r2d
Message:
  • first SV8 decoding, it's VERY BADLY implemented. To enable decoding, MPC_LITTLE_ENDIAN must NOT be defined on 386 (so sv7 doesn't work in the same time). Was just to verify that there is no bug in encoding (found 1 !)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/include/mpcdec/reader.h

    r70 r81  
    7878/// \param r p_reader handle to initialize
    7979/// \param filename input filename to attach to the reader
    80 mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, char *filename);
     80mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, const char *filename);
    8181
    8282/// Release reader with default stdio file reader implementation.
Note: See TracChangeset for help on using the changeset viewer.