mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Increase dequeue queue size to 16 to prevent stuttering.
This commit is contained in:
parent
0719a4296e
commit
07833b6731
|
@ -97,7 +97,7 @@ typedef struct {
|
||||||
} DECODE_PACKET;
|
} DECODE_PACKET;
|
||||||
|
|
||||||
#define VIDEO_DECODE_QUEUE_SIZE 2
|
#define VIDEO_DECODE_QUEUE_SIZE 2
|
||||||
#define AUDIO_DECODE_QUEUE_SIZE 8
|
#define AUDIO_DECODE_QUEUE_SIZE 16
|
||||||
|
|
||||||
struct _ToxAv {
|
struct _ToxAv {
|
||||||
Messenger *messenger;
|
Messenger *messenger;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user