diff options
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 3cfa0cc..2133125 100644 --- a/src/TimestampDecoder.cpp +++ b/src/TimestampDecoder.cpp @@ -85,7 +85,7 @@ std::shared_ptr<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; |