Quickfix which makes MP4 work
This commit is contained in:
parent
06cfc27d77
commit
ffc0a2c2aa
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ namespace Converters {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
if ((F.getJSON()["time"].asInt() - trackData[currentID].lastKeyTime) > 5000){
|
if ((F.getJSON()["time"].asInt() - trackData[currentID].lastKeyTime) > 1000){
|
||||||
trackData[currentID].lastKeyTime = F.getJSON()["time"].asInt();
|
trackData[currentID].lastKeyTime = F.getJSON()["time"].asInt();
|
||||||
int newNum = meta["tracks"][currentID]["keys"].size();
|
int newNum = meta["tracks"][currentID]["keys"].size();
|
||||||
meta["tracks"][currentID]["keys"][newNum]["num"] = ++trackData[currentID].keynum;
|
meta["tracks"][currentID]["keys"][newNum]["num"] = ++trackData[currentID].keynum;
|
||||||
|
|
Loading…
Add table
Reference in a new issue