diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-03 15:50:24 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-03 15:50:24 +0100 |
commit | af8c0617f2cada6457919c4c7c78f3fd8a2c0a07 (patch) | |
tree | 5c166456372e7ff8ad362ce76ed9b5d27450135b /src/dabplus-enc.cpp | |
parent | 707fe9a47cda5aed258c9dcf913716076390bccf (diff) | |
download | ODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.tar.gz ODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.tar.bz2 ODR-AudioEnc-af8c0617f2cada6457919c4c7c78f3fd8a2c0a07.zip |
Correct old comment
Diffstat (limited to 'src/dabplus-enc.cpp')
-rw-r--r-- | src/dabplus-enc.cpp | 4 |
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; |