From 2870ae1cedd202755bbe9d0e6808086d40656157 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 24 Aug 2022 15:02:19 +0200 Subject: [PATCH] =?UTF-8?q?SRT=20RAW=20fixup=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input/input_tssrt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/input_tssrt.cpp b/src/input/input_tssrt.cpp index da69be29..4219ebbc 100644 --- a/src/input/input_tssrt.cpp +++ b/src/input/input_tssrt.cpp @@ -211,7 +211,6 @@ namespace Mist{ } uint64_t packetTime = Util::bootMS(); thisPacket.genericFill(packetTime, 0, 1, rawBuffer, rawBuffer.size(), 0, 0); - bufferLivePacket(thisPacket); lastRawPacket = packetTime; rawBuffer.truncate(0); return;