aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-02-21 18:13:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-02-21 18:13:26 +0100
commit05d3e26409a8f62c7f55851390d61d953f59489a (patch)
tree45c9428132e4f02f799ca81fce434fcf33fd1120 /src/TimestampDecoder.cpp
parentba0c32703ee1af770deabdf864c806d974ea8206 (diff)
downloaddabmod-05d3e26409a8f62c7f55851390d61d953f59489a.tar.gz
dabmod-05d3e26409a8f62c7f55851390d61d953f59489a.tar.bz2
dabmod-05d3e26409a8f62c7f55851390d61d953f59489a.zip
Change mod to output queue behaviour, fix SFN dexter + B200
Diffstat (limited to 'src/TimestampDecoder.cpp')
-rw-r--r--src/TimestampDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp
index 674f32c..6e97af6 100644
--- a/src/TimestampDecoder.cpp
+++ b/src/TimestampDecoder.cpp
@@ -110,6 +110,7 @@ frame_timestamp TimestampDecoder::getTimestamp()
ts.fct = latestFCT;
ts.fp = latestFP;
+ ts.timestamp_offset = timestamp_offset;
ts.offset_changed = offset_changed;
offset_changed = false;