aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/TimestampDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h
index 1a13394..33d9992 100644
--- a/src/TimestampDecoder.h
+++ b/src/TimestampDecoder.h
@@ -71,7 +71,7 @@ struct frame_timestamp
double get_real_secs() const {
double t = timestamp_sec;
- t += timestamp_pps;
+ t += pps_offset();
return t;
}