summaryrefslogtreecommitdiff
path: root/src/buffer/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer/video.c')
-rw-r--r--src/buffer/video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer/video.c b/src/buffer/video.c
index 1c37403..0e9795f 100644
--- a/src/buffer/video.c
+++ b/src/buffer/video.c
@@ -23,10 +23,10 @@
#else
#define BUFFER_MARK_LOW 4
#define BUFFER_MARK_BUFFERED 7 // Must be >1.
-#define BUFFER_MARK_HIGH 9
+#define BUFFER_MARK_HIGH 8
// Keep MARK_RESET high because currently the decoder can produce an
// unpredictable amount of frames at any point.
-#define BUFFER_MARK_RESET (BUFFER_MARK_HIGH * 4)
+#define BUFFER_MARK_RESET (BUFFER_MARK_HIGH * 3)
#endif
bool camu_video_buffer_init(struct camu_video_buffer *buf, struct camu_clock *clock)