Ignore:
Timestamp:
11/09/06 13:44:00 (17 years ago)
Author:
r2d
Message:
  • gapless playback should now be supported (not verified)
File:
1 edited

Legend:

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

    r104 r107  
    5858typedef struct mpc_frame_info_t {
    5959        mpc_uint32_t samples;   // number of samples in the frame
    60         mpc_uint32_t sample_freq;       // frame sample frequency
    61         mpc_uint8_t channels;   // number of channels
    6260        MPC_SAMPLE_FORMAT * buffer;     // frame samples buffer (size = samples * channels * sizeof(MPC_SAMPLE_FORMAT)
    6361} mpc_frame_info;
Note: See TracChangeset for help on using the changeset viewer.