Ignore:
Timestamp:
Apr 21, 2016, 6:47:50 PM (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, pitchshift, sampler, timestretch, yinfft+
Children:
b643a33
Parents:
1120f86
Message:

src/io/*.{c,h}: added const qualifiers to unmodified pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r1120f86 rae5d58a  
    6868};
    6969
    70 aubio_source_sndfile_t * new_aubio_source_sndfile(char_t * path, uint_t samplerate, uint_t hop_size) {
     70aubio_source_sndfile_t * new_aubio_source_sndfile(const char_t * path, uint_t samplerate, uint_t hop_size) {
    7171  aubio_source_sndfile_t * s = AUBIO_NEW(aubio_source_sndfile_t);
    7272  SF_INFO sfinfo;
Note: See TracChangeset for help on using the changeset viewer.