Changeset 2335
- Timestamp:
- Oct 1, 2008 8:45:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/wav_writer.c
r2272 r2335 292 292 293 293 /* Convert samples to little endian */ 294 swap_samples((pj_int16_t*)fport->buf, bytes/ BYTES_PER_SAMPLE);294 swap_samples((pj_int16_t*)fport->buf, bytes/fport->bytes_per_sample); 295 295 296 296 /* Write to file. */
Note: See TracChangeset
for help on using the changeset viewer.