Ignore:
Timestamp:
Mar 25, 2017, 12:12:38 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
b201912
Parents:
f8d96f1 (diff), 2a7bcaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into sampler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    rf8d96f1 rfbafd2c  
    406406  if (ret < 0) {
    407407    if (ret == AVERROR(EAGAIN)) {
    408       AUBIO_WRN("source_avcodec: output is not available right now - user must try to send new input\n");
     408      //AUBIO_WRN("source_avcodec: output is not available right now - user must try to send new input\n");
     409      goto beach;
    409410    } else if (ret == AVERROR_EOF) {
    410411      AUBIO_WRN("source_avcodec: the decoder has been fully flushed, and there will be no more output frames\n");
Note: See TracChangeset for help on using the changeset viewer.