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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIGCarousel.h') diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 738a302..583ac39 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -60,7 +60,7 @@ class FIGCarousel { public: FIGCarousel(std::shared_ptr ensemble); - void update(unsigned long currentFrame, time_t dabTime); + void update(unsigned long currentFrame); void allocate_fig_to_fib(int figtype, int extension, FIBAllocation fib); -- cgit v1.2.3