From b6f03a459191c39cfc3bf9a8f6ab9acd30c31160 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 18 Feb 2016 13:33:34 +0100 Subject: [PATCH] Undo undone stuff. Bad Erik! --- src/output/output_hls.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/output/output_hls.cpp b/src/output/output_hls.cpp index ee05c89e..af4e2c15 100644 --- a/src/output/output_hls.cpp +++ b/src/output/output_hls.cpp @@ -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*/