Undo undone stuff. Bad Erik!

This commit is contained in:
Thulinma 2016-02-18 13:33:34 +01:00
parent 6de5aa7d5e
commit b6f03a4591

View file

@ -167,10 +167,6 @@ namespace Mist {
//skip the first fragment if live and there are more than 2 fragments.
unsigned int skippedLines = 0;
if (myMeta.live) {
if (lines.size() > 2) {
lines.pop_front();
skippedLines++;
}
//only print the last segment when VoD
lines.pop_back();
/*LTS-START*/