Set default segment size from the start in buffer.
This commit is contained in:
parent
174de9dfb8
commit
9b5bea2b15
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace Mist {
|
|||
singleton = this;
|
||||
bufferTime = 0;
|
||||
cutTime = 0;
|
||||
segmentSize = 0;
|
||||
segmentSize = 5000;
|
||||
}
|
||||
|
||||
inputBuffer::~inputBuffer(){
|
||||
|
|
Loading…
Add table
Reference in a new issue