mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-09-25 00:04:51 +00:00
debug: add a small sentinel string to check if the artifact is fresh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user