Skip to content

Commit

Permalink
Increase dequeue queue size to 16 to prevent stuttering.
Browse files Browse the repository at this point in the history
  • Loading branch information
irungentoo committed Aug 3, 2014
1 parent 0719a42 commit 07833b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxav/toxav.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07833b6

Please sign in to comment.