Changeset 5c6acbb2
- Timestamp:
- Dec 29, 2013, 12:38:45 AM (11 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:
- 822190c
- Parents:
- 4087d54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r4087d54 r5c6acbb2 279 279 (uint8_t **)avFrame->data, in_linesize, in_samples); 280 280 if (out_samples <= 0) { 281 AUBIO_ERR("No sample found while converting frame (%s)\n", s->path);281 //AUBIO_ERR("No sample found while converting frame (%s)\n", s->path); 282 282 goto beach; 283 283 }
Note: See TracChangeset
for help on using the changeset viewer.