From 7e9e9670ff8ea7fc2ec7743ecee9220eddb55afb Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Thu, 19 Sep 2019 10:30:23 +0300 Subject: [PATCH] Minor comment --- applications/reconstruct/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/reconstruct/src/main.cpp b/applications/reconstruct/src/main.cpp index a4ff3bfd8..328a9427a 100644 --- a/applications/reconstruct/src/main.cpp +++ b/applications/reconstruct/src/main.cpp @@ -116,7 +116,7 @@ static void run(ftl::Configurable *root) { group.addSource(in); } - stream->setLatency(4); + stream->setLatency(4); // FIXME: This depends on source!? stream->run(); bool busy = false; -- GitLab