Changeset 8d41c1d for src


Ignore:
Timestamp:
Oct 5, 2016, 2:14:24 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/io/source_avcodec.c: improve error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    rb8503f8 r8d41c1d  
    285285      char errorstr[256];
    286286      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);
    288288      goto beach;
    289289    }
Note: See TracChangeset for help on using the changeset viewer.