- Timestamp:
- Oct 5, 2016, 2:14:24 PM (8 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, sampler, yinfft+
- Children:
- 8489d7b
- Parents:
- b8503f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
rb8503f8 r8d41c1d 285 285 char errorstr[256]; 286 286 av_strerror (err, errorstr, sizeof(errorstr)); 287 AUBIO_ERR(" Could not read frame in %s (%s)\n", s->path, errorstr);287 AUBIO_ERR("source_avcodec: could not read frame in %s (%s)\n", s->path, errorstr); 288 288 goto beach; 289 289 }
Note: See TracChangeset
for help on using the changeset viewer.