Ignore:
Timestamp:
01/01/12 18:05:19 (12 years ago)
Author:
r2d
Message:

removed some gcc warnings and compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcgain/mpcgain.c

    r442 r477  
    164164        for (j = 1; j < argc; j++) {
    165165                MPC_SAMPLE_FORMAT sample_buffer[MPC_DECODER_BUFFER_LENGTH];
    166                 MPC_SAMPLE_FORMAT title_max = 0, chap_max;
    167                 mpc_uint16_t * chap_gain, * chap_peak;
     166                MPC_SAMPLE_FORMAT title_max = 0, chap_max = 0;
     167                mpc_uint16_t * chap_gain = 0, * chap_peak = 0;
    168168                mpc_reader reader;
    169169                mpc_demux* demux;
Note: See TracChangeset for help on using the changeset viewer.