Changeset cfddab9 for src/io


Ignore:
Timestamp:
Oct 5, 2016, 11:45:36 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
b8503f8
Parents:
cf894b1
Message:

src/io/source_wavread.c: initialize buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_wavread.c

    rcf894b1 rcfddab9  
    7777  aubio_source_wavread_t * s = AUBIO_NEW(aubio_source_wavread_t);
    7878  size_t bytes_read = 0, bytes_junk = 0, bytes_expected = 44;
    79   unsigned char buf[5];
     79  unsigned char buf[5] = "\0";
    8080  unsigned int format, channels, sr, byterate, blockalign, duration, bitspersample;//, data_size;
    8181
Note: See TracChangeset for help on using the changeset viewer.