Ignore:
Timestamp:
Dec 17, 2018, 2:01:06 AM (5 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/timestretch, fix/ffmpeg5, master
Children:
0512fca
Parents:
d16fbba
Message:

[source] simplify and avoid unrequired checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    rd16fbba rc0a1906  
    331331
    332332void del_aubio_source_sndfile(aubio_source_sndfile_t * s){
    333   if (!s) return;
     333  AUBIO_ASSERT(s);
    334334  aubio_source_sndfile_close(s);
    335335#ifdef HAVE_SAMPLERATE
Note: See TracChangeset for help on using the changeset viewer.