summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode.c b/decode.c
index 618f994..5df0806 100644
--- a/decode.c
+++ b/decode.c
@@ -408,7 +408,7 @@ static void HandleTimingStats(struct DecodeContext* decode_context) {
decode_context->frame_decoded_ts - decode_context->frame_received_ts);
TimingStatsRecord(
&decode_context->total,
- decode_context->frame_received_ts - decode_context->frame_header_ts);
+ decode_context->frame_decoded_ts - decode_context->frame_header_ts);
unsigned long long period =
decode_context->frame_decoded_ts - decode_context->recording_started;