Buffer fixup
This commit is contained in:
parent
def6c2266e
commit
a51f0d1039
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace Mist {
|
|||
|
||||
option["arg"] = "integer";
|
||||
option["long"] = "segment-size";
|
||||
option["short"] = "S"
|
||||
option["short"] = "S";
|
||||
option["help"] = "Target time duration in milliseconds for segments";
|
||||
option["value"].append(5000LL);
|
||||
config->addOption("segmentsize", option);
|
||||
|
|
Loading…
Add table
Reference in a new issue