ref: 919139be3e6fd5c9d515348e02966664e385b561
parent: 4fa1fd9d9201ce4d8d817ef0e5c1fb502a139171
author: Paul Brossier <[email protected]>
date: Fri Dec 6 09:35:58 EST 2013
tests/src/io/test-source_avcodec.c: wrap line
--- a/tests/src/io/test-source_avcodec.c
+++ b/tests/src/io/test-source_avcodec.c
@@ -34,7 +34,8 @@
char_t *source_path = argv[1];
- aubio_source_avcodec_t * s = new_aubio_source_avcodec(source_path, samplerate, hop_size);
+ aubio_source_avcodec_t * s =
+ new_aubio_source_avcodec(source_path, samplerate, hop_size);
if (!s) { err = 1; goto beach; }
fvec_t *vec = new_fvec(hop_size);