Changeset ae7e547 for examples


Ignore:
Timestamp:
Nov 30, 2007, 9:58:27 AM (16 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:
16e0f16
Parents:
fce58d9e
Message:

examples/utils.c: use uint_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rfce58d9e rae7e547  
    410410
    411411void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){
    412   uint i,j;
     412  uint_t i,j;
    413413  for (i = 0; i < channels; i++) {
    414414    for (j = 0; j < obuf->length; j++) {
Note: See TracChangeset for help on using the changeset viewer.