From 1c68dced7ee77ed9065135d54c069a673e16291e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 1 Sep 2016 21:58:32 +0200 Subject: Add RC parameters for deferred start/stop of announcements This is helpful to compensate for audio encoding delays. --- src/fig/FIG0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIG0.cpp') diff --git a/src/fig/FIG0.cpp b/src/fig/FIG0.cpp index 650baa4..8393c72 100644 --- a/src/fig/FIG0.cpp +++ b/src/fig/FIG0.cpp @@ -1196,7 +1196,7 @@ FillStatus FIG0_19::fill(uint8_t *buf, size_t max_size) const int length_0_19 = 4; fs.complete_fig_transmitted = true; - for (const auto& cluster : allclusters) { + for (auto& cluster : allclusters) { if (fig0 == NULL) { if (remaining < 2 + length_0_19) { -- cgit v1.2.3