debug: add a small sentinel string to check if the artifact is fresh

This commit is contained in:
Chandragupt Singh
2026-02-27 18:35:21 +05:30
parent 9039c80d19
commit f5cede7c58

View File

@@ -155,7 +155,7 @@ impl TimingContext {
.current_pts
.as_timestamp(timing_info.mpeg_clock_freq)
.to_hms_millis_time(':')
.unwrap_or_else(|_| "INVALID".to_string());
.unwrap_or_else(|_| "TIMING_PATCH_ACTIVE".to_string());
let fts_string = self
.fts_now