mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
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:
parent
716c1f7b2a
commit
83a0caad84
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user