Fixed UTC timestamps in CMAF outputs
This commit is contained in:
parent
90f0228483
commit
3db3a869ae
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue