From af8c0617f2cada6457919c4c7c78f3fd8a2c0a07 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 3 Nov 2014 15:50:24 +0100 Subject: Correct old comment --- src/dabplus-enc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dabplus-enc.cpp') diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp index e9aea14..803fc3c 100644 --- a/src/dabplus-enc.cpp +++ b/src/dabplus-enc.cpp @@ -583,8 +583,8 @@ int main(int argc, char *argv[]) usleep(waiting / 1000); } - // Move our time_counter 60ms into the future. - // The encoder needs two calls for one frame + // Move our time_counter into the future, for + // the next frame. tp_next.tv_nsec += wait_time; if (tp_next.tv_nsec > 1000000000L) { tp_next.tv_nsec -= 1000000000L; -- cgit v1.2.3