From 9b5bea2b1527dff0dc4177ca4b19675ae640366b Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sat, 5 Sep 2015 20:40:07 +0200 Subject: [PATCH] Set default segment size from the start in buffer. --- src/input/input_buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_buffer.cpp b/src/input/input_buffer.cpp index f42eba81..f4d54e44 100644 --- a/src/input/input_buffer.cpp +++ b/src/input/input_buffer.cpp @@ -82,7 +82,7 @@ namespace Mist { singleton = this; bufferTime = 0; cutTime = 0; - segmentSize = 0; + segmentSize = 5000; } inputBuffer::~inputBuffer(){