From 289f61e5023758f1ca805d19be5f2c19757090e3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Aug 2016 20:42:34 +0200 Subject: Switch FIG0/10 to long form The latest draft specification deprecates the short form, and most muxes today used the long form. --- src/fig/FIGCarousel.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/fig/FIGCarousel.cpp') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 8c7558a..20b3412 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2015 + Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li Implementation of the FIG carousel to schedule the FIGs into the @@ -116,10 +116,9 @@ void FIGCarousel::load_and_allocate(IFIG& fig, FIBAllocation fib) allocate_fig_to_fib(type, extension, fib); } -void FIGCarousel::update(unsigned long currentFrame, time_t dabTime) +void FIGCarousel::update(unsigned long currentFrame) { m_rti.currentFrame = currentFrame; - m_rti.date = dabTime; } void FIGCarousel::allocate_fig_to_fib(int figtype, int extension, FIBAllocation fib) -- cgit v1.2.3