Changeset bdf7caf


Ignore:
Timestamp:
Mar 17, 2017, 6:33:42 PM (7 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
Children:
91fa88d
Parents:
c7d444a
Message:

src/io/source_avcodec.c: always mark eof on error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    rc7d444a rbdf7caf  
    357357      av_strerror (err, errorstr, sizeof(errorstr));
    358358      AUBIO_ERR("source_avcodec: could not read frame in %s (%s)\n", s->path, errorstr);
     359      s->eof = 1;
    359360      goto beach;
    360361    }
Note: See TracChangeset for help on using the changeset viewer.