Ignore:
Timestamp:
Dec 11, 2018, 4:04:36 PM (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:
2d64a24, 3efb631, c1ba75b
Parents:
423a427
Message:

[examples] remove unneeded cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiomfcc.c

    r423a427 r6b84d81  
    6969  }
    7070
    71   examples_common_process((aubio_process_func_t)process_block, process_print);
     71  examples_common_process(process_block, process_print);
    7272
    7373  del_aubio_pvoc (pv);
Note: See TracChangeset for help on using the changeset viewer.