Changeset 024584d
- Timestamp:
- Nov 28, 2016, 4:23:25 PM (8 years ago)
- Branches:
- sampler
- Children:
- 26fecba
- Parents:
- 8fa71eb
- git-author:
- Paul Brossier <piem@piem.org> (10/05/16 14:14:24)
- git-committer:
- Paul Brossier <piem@piem.org> (11/28/16 16:23:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r8fa71eb r024584d 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.