Changeset 6abb4de


Ignore:
Timestamp:
Dec 5, 2013, 2:05:35 PM (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:
75eb182
Parents:
23bf001
Message:

src/io/source_avcodec.c: increase max_analyze_duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    r23bf001 r6abb4de  
    9191    goto beach;
    9292  }
     93
     94  // try to make sure max_analyze_duration is big enough for most songs
     95  avFormatCtx->max_analyze_duration *= 100;
    9396
    9497  // retrieve stream information
Note: See TracChangeset for help on using the changeset viewer.