diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-10-25 13:46:40 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-10-25 13:46:40 +0200 |
commit | 8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844 (patch) | |
tree | ff04ea1a637729c9be2970d72b2f354b320e7d92 /src/TimestampDecoder.h | |
parent | a2be0c3ab77dab50ded4850f38d2b796b322d0c4 (diff) | |
parent | 56e046c3390a15aab4baddb502a490bb4505942a (diff) | |
download | dabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.tar.gz dabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.tar.bz2 dabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.zip |
Merge branch 'next' into dexter
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r-- | src/TimestampDecoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index 4e94d4c..2793e02 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2018 + Copyright (C) 2022 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -42,7 +42,7 @@ struct frame_timestamp uint32_t timestamp_sec; // seconds in unix epoch uint32_t timestamp_pps; // In units of 1/16384000 s bool timestamp_valid = false; - bool timestamp_refresh; + bool offset_changed = false; frame_timestamp& operator+=(const double& diff); |