]> git.pld-linux.org Git - packages/aubio.git/blame - ffmpeg4.patch
- fix building with ffmpeg 4.0
[packages/aubio.git] / ffmpeg4.patch
CommitLineData
fd0e29a7
JR
1--- aubio-0.4.3/src/io/source_avcodec.c~ 2016-07-25 02:51:30.000000000 +0200
2+++ aubio-0.4.3/src/io/source_avcodec.c 2018-04-29 01:29:40.145074749 +0200
3@@ -43,7 +43,7 @@
4 #include "fmat.h"
5 #include "source_avcodec.h"
6
7-#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
8+#define AUBIO_AVCODEC_MAX_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
9
10 struct _aubio_source_avcodec_t {
11 uint_t hop_size;
This page took 0.115058 seconds and 4 git commands to generate.