Fixed keysizes not being properly wiped when the stream buffer is.

This commit is contained in:
Thulinma 2014-12-05 21:40:36 +01:00
parent 55046206fe
commit 2769e41258

View file

@ -84,6 +84,7 @@ namespace Mist {
}
//remove the key itself
myMeta.tracks[tid].keys.pop_front();
myMeta.tracks[tid].keySizes.pop_front();
//re-calculate firstms
myMeta.tracks[tid].firstms = myMeta.tracks[tid].keys[0].getTime();
//delete the fragment if it's no longer fully buffered