From 3db3a869aeaea96e281791e7c834b29d4511d334 Mon Sep 17 00:00:00 2001 From: Thulinma <jaron@vietors.com> Date: Wed, 3 Jun 2020 17:33:35 +0200 Subject: [PATCH] Fixed UTC timestamps in CMAF outputs --- lib/cmaf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmaf.cpp b/lib/cmaf.cpp index e2aa8f11..ec4271cf 100644 --- a/lib/cmaf.cpp +++ b/lib/cmaf.cpp @@ -1,6 +1,6 @@ #include "cmaf.h" -static uint64_t unixBootDiff = (Util::unixMS() - Util::bootMS()); +static uint64_t unixBootDiff = Util::unixMS(); namespace CMAF{ /// Function to determine the payload size of a CMAF fragment.