Changeset 360
- Timestamp:
- 02/19/06 06:49:34 (3 years ago)
- Files:
-
- sweep/trunk/src/file_speex.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/file_speex.c
r343 r360 289 289 speex_decoder_ctl(st, SPEEX_SET_HANDLER, &callback); 290 290 } 291 if ( !*rate)291 if (*rate==-1) 292 292 *rate = header->rate; 293 293 /* Adjust rate if --force-* options are used */ … … 344 344 SpeexBits bits; 345 345 int frame_size = 0; 346 int rate ;346 int rate = -1; 347 347 int channels = -1; 348 348 int extra_headers;
