Changeset 477 for libmpc/trunk/mpcgain/mpcgain.c
- Timestamp:
- 01/01/12 18:05:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcgain/mpcgain.c
r442 r477 164 164 for (j = 1; j < argc; j++) { 165 165 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; 168 168 mpc_reader reader; 169 169 mpc_demux* demux;
Note: See TracChangeset
for help on using the changeset viewer.