Changeset bdf7caf
- Timestamp:
- Mar 17, 2017, 6:33:42 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
- Children:
- 91fa88d
- Parents:
- c7d444a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
rc7d444a rbdf7caf 357 357 av_strerror (err, errorstr, sizeof(errorstr)); 358 358 AUBIO_ERR("source_avcodec: could not read frame in %s (%s)\n", s->path, errorstr); 359 s->eof = 1; 359 360 goto beach; 360 361 }
Note: See TracChangeset
for help on using the changeset viewer.