Increase dequeue queue size to 16 to prevent stuttering.

This commit is contained in:
irungentoo 2014-08-02 20:45:39 -04:00
parent 0719a4296e
commit 07833b6731
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -97,7 +97,7 @@ typedef struct {
} DECODE_PACKET;
#define VIDEO_DECODE_QUEUE_SIZE 2
#define AUDIO_DECODE_QUEUE_SIZE 8
#define AUDIO_DECODE_QUEUE_SIZE 16
struct _ToxAv {
Messenger *messenger;