Changeset cfa0f12 for tests


Ignore:
Timestamp:
Oct 7, 2009, 8:11:00 PM (15 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:
8766cb6
Parents:
33916b8
Message:

tests/src/test-filter.c: avoid redefining o

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-filter.c

    r33916b8 rcfa0f12  
    1818  del_aubio_filter (o);
    1919
    20   aubio_filter_t *o = new_aubio_filter_c_weighting (44100, channels);
     20  o = new_aubio_filter_c_weighting (44100, channels);
    2121  in->data[0][12] = 0.5;
    2222  fvec_print (in);
     
    2525  del_aubio_filter (o);
    2626
    27   aubio_filter_t *o = new_aubio_filter_c_weighting (44100, channels);
     27  o = new_aubio_filter_c_weighting (44100, channels);
    2828  in->data[0][12] = 0.5;
    2929  fvec_print (in);
Note: See TracChangeset for help on using the changeset viewer.