Changeset 5c6acbb2


Ignore:
Timestamp:
Dec 29, 2013, 12:38:45 AM (10 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, pitchshift, sampler, timestretch, yinfft+
Children:
822190c
Parents:
4087d54
Message:

src/io/source_avcodec.c: no errors if not sample given, may happen in some resampling configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    r4087d54 r5c6acbb2  
    279279        (uint8_t **)avFrame->data, in_linesize, in_samples);
    280280  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);
    282282    goto beach;
    283283  }
Note: See TracChangeset for help on using the changeset viewer.