]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/alsa-audio.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavdevice / alsa-audio.h
index ab60e73c59e4ae08fd0b086b0ce2b6e31444a075..e453a2011ba780702022fdeae9af0914dd5dc599 100644 (file)
@@ -33,7 +33,7 @@
 #include <alsa/asoundlib.h>
 #include "config.h"
 #include "libavutil/log.h"
-#include "libavformat/timefilter.h"
+#include "timefilter.h"
 #include "avdevice.h"
 
 /* XXX: we make the assumption that the soundcard accepts this format */
@@ -43,7 +43,7 @@
 
 typedef void (*ff_reorder_func)(const void *, void *, int);
 
-#define ALSA_BUFFER_SIZE_MAX 32768
+#define ALSA_BUFFER_SIZE_MAX 65536
 
 typedef struct {
     AVClass *class;