Changeset 024584d


Ignore:
Timestamp:
Nov 28, 2016, 4:23:25 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

src/io/source_avcodec.c: improve error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    r8fa71eb r024584d  
    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.