Changes in / [967e404:d4a1d0f]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    r967e404 rd4a1d0f  
    5959#include "source_avcodec.h"
    6060
    61 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(56, 56, 0)
    6261#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
    6662
    6763struct _aubio_source_avcodec_t {
Note: See TracChangeset for help on using the changeset viewer.