From 83a0caad8468c3079aeeb9f6307d7ba9019ba1d1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 12 Sep 2011 06:16:40 +0200 Subject: [PATCH] alsa: increase max buffer size Fixes Ticket373 Thanks to llogan for testing Signed-off-by: Michael Niedermayer --- libavdevice/alsa-audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index ab60e73c5..83af46486 100644 --- a/libavdevice/alsa-audio.h +++ b/libavdevice/alsa-audio.h @@ -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; -- 2.11.0