summaryrefslogtreecommitdiffstats
path: root/libhb/sync.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-18 10:28:52 -0600
committerJohn Stebbins <[email protected]>2016-05-18 10:28:52 -0600
commitd6bb5780820bc7e2dd4d8603f05fc27c56b6f2ef (patch)
tree8db87432ebaa7f630ca5b354c689793900c8aea8 /libhb/sync.c
parent0a65705b414f5ccecc624cb88ab1d6969cac64a4 (diff)
sync: increse min video queue depth for deeper dejittering
Diffstat (limited to 'libhb/sync.c')
-rw-r--r--libhb/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index 94b391979..659c5b669 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -13,7 +13,7 @@
#include "samplerate.h"
#define SYNC_MAX_VIDEO_QUEUE_LEN 40
-#define SYNC_MIN_VIDEO_QUEUE_LEN 12
+#define SYNC_MIN_VIDEO_QUEUE_LEN 20
// Audio is small, buffer a lot. It helps to ensure that we see
// the initial PTS from all input streams before setting the 'zero' point.