Ignore:
Timestamp:
10/21/07 14:27:03 (17 years ago)
Author:
r2d
Message:

correction for mono files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/internal.h

    r266 r360  
    6262        unsigned int count; /// unread bits in current byte
    6363};
    64        
     64
    6565#define MAX_FRAME_SIZE 4352
    6666#define DEMUX_BUFFER_SIZE (65536 - MAX_FRAME_SIZE) // need some space as sand box
     
    8787mpc_uint32_t mpc_random_int(mpc_decoder *d); // in synth_filter.c
    8888void mpc_decoder_init_quant(mpc_decoder *d, double scale_factor);
    89 void mpc_decoder_synthese_filter_float(mpc_decoder *d, MPC_SAMPLE_FORMAT* OutData);
     89void mpc_decoder_synthese_filter_float(mpc_decoder *d, MPC_SAMPLE_FORMAT* OutData, mpc_int_t channels);
    9090
    9191#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.