Commit 83a0caad authored by Michael Niedermayer's avatar Michael Niedermayer

alsa: increase max buffer size

Fixes Ticket373

Thanks to llogan for testing
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 716c1f7b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment