Changeset 5224113
- Timestamp:
- Aug 24, 2014, 7:24:08 PM (10 years ago)
- 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:
- ce24ae0
- Parents:
- 4da806c
- git-author:
- Paul Brossier <piem@piem.org> (06/09/14 21:56:19)
- git-committer:
- Paul Brossier <piem@piem.org> (08/24/14 19:24:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_avcodec.c
r4da806c r5224113 24 24 } 25 25 26 #ifdef HAVE_ AVCODEC26 #ifdef HAVE_LIBAV 27 27 uint_t samplerate = 0; 28 28 uint_t hop_size = 256; … … 53 53 del_aubio_source_avcodec (s); 54 54 beach: 55 #else 55 #else /* HAVE_LIBAV */ 56 56 err = 3; 57 57 PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n"); 58 #endif /* HAVE_ AVCODEC*/58 #endif /* HAVE_LIBAV */ 59 59 return err; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.