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.cpp | |
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.cpp')
-rw-r--r-- | src/TimestampDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp index c701186..674f32c 100644 --- a/src/TimestampDecoder.cpp +++ b/src/TimestampDecoder.cpp @@ -110,7 +110,7 @@ frame_timestamp TimestampDecoder::getTimestamp() ts.fct = latestFCT; ts.fp = latestFP; - ts.timestamp_refresh = offset_changed; + ts.offset_changed = offset_changed; offset_changed = false; ts += timestamp_offset; |