Quickfix which makes MP4 work

This commit is contained in:
Oswald Auguste de Bruin 2013-10-15 09:47:41 +02:00
parent 06cfc27d77
commit ffc0a2c2aa

View file

@ -150,7 +150,7 @@ namespace Converters {
}
}
}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();
int newNum = meta["tracks"][currentID]["keys"].size();
meta["tracks"][currentID]["keys"][newNum]["num"] = ++trackData[currentID].keynum;