alsa: increase max buffer size

Fixes Ticket373

Thanks to llogan for testing

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-12 06:16:40 +02:00
parent 716c1f7b2a
commit 83a0caad84

View File

@ -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;