aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-03 15:50:24 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-03 15:50:24 +0100
commitaf8c0617f2cada6457919c4c7c78f3fd8a2c0a07 (patch)
tree5c166456372e7ff8ad362ce76ed9b5d27450135b
parent707fe9a47cda5aed258c9dcf913716076390bccf (diff)
downloadODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.tar.gz
ODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.tar.bz2
ODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.zip
Correct old comment
-rw-r--r--src/dabplus-enc.cpp4
1 files changed, 2 insertions, 2 deletions
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;