- Timestamp:
- Sep 14, 2018, 6:08:45 PM (6 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
- Children:
- 6f3dfc0
- Parents:
- 9c59a30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r9c59a30 rd62fb90 144 144 strncpy(s->path, path, strnlen(path, PATH_MAX) + 1); 145 145 146 #if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(58,0,0) 146 147 // register all formats and codecs 147 148 av_register_all(); 149 #endif 148 150 149 151 if (aubio_source_avcodec_has_network_url(s)) {
Note: See TracChangeset
for help on using the changeset viewer.