Changeset a81b12a for src


Ignore:
Timestamp:
Aug 6, 2018, 2:58:27 PM (6 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
Children:
265fe9a
Parents:
e8fcc9a
Message:

src/io/source_avcodec.c: give up if resampling context failed opening (see #137, closes #187)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    re8fcc9a ra81b12a  
    275275  // default to mono output
    276276  aubio_source_avcodec_reset_resampler(s, 0);
     277
     278  if (s->avr == NULL) goto beach;
    277279
    278280  s->eof = 0;
Note: See TracChangeset for help on using the changeset viewer.