Ignore:
Timestamp:
11/25/06 15:19:25 (17 years ago)
Author:
r2d
Message:
  • updated libmpcdec win32 project files
  • removed some libmpcdec warnings in msvc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/decoder.h

    r126 r151  
    6565    //@{
    6666        mpc_uint32_t stream_version;     ///< Streamversion of stream
    67         mpc_uint32_t max_band;           ///< Maximum band-index used in stream (0...31)
     67        mpc_int32_t max_band;           ///< Maximum band-index used in stream (0...31)
    6868        mpc_uint32_t ms;                 ///< Mid/side stereo (0: off, 1: on)
    6969        mpc_uint32_t channels;           ///< Number of channels in stream
Note: See TracChangeset for help on using the changeset viewer.