Changeset 967e404


Ignore:
Timestamp:
Apr 24, 2018, 1:04:36 AM (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:
1929be4, 5b1cbbc
Parents:
d4a1d0f (diff), 5690daf (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 'ffmpeg-4.0', thanks to @jcowgill (closes: #173)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    rd4a1d0f r967e404  
    5959#include "source_avcodec.h"
    6060
     61#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(56, 56, 0)
    6162#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
     63#else
     64#define AUBIO_AVCODEC_MAX_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
     65#endif
    6266
    6367struct _aubio_source_avcodec_t {
Note: See TracChangeset for help on using the changeset viewer.