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.