Fixed keysizes not being properly wiped when the stream buffer is.
This commit is contained in:
parent
55046206fe
commit
2769e41258
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue