mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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