Changeset 919139b for tests


Ignore:
Timestamp:
Dec 6, 2013, 8:35:58 PM (10 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:
447c673
Parents:
4fa1fd9
Message:

tests/src/io/test-source_avcodec.c: wrap line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_avcodec.c

    r4fa1fd9 r919139b  
    3535
    3636
    37   aubio_source_avcodec_t * s = new_aubio_source_avcodec(source_path, samplerate, hop_size);
     37  aubio_source_avcodec_t * s =
     38    new_aubio_source_avcodec(source_path, samplerate, hop_size);
    3839  if (!s) { err = 1; goto beach; }
    3940  fvec_t *vec = new_fvec(hop_size);
Note: See TracChangeset for help on using the changeset viewer.