Rename Initialized to Started

This commit is contained in:
Ingo Oppermann
2024-04-15 14:46:05 +02:00
parent 6ebe008010
commit 18bf51d334
9 changed files with 86 additions and 86 deletions

View File

@@ -655,7 +655,7 @@ func (p *parser) Progress() Progress {
progress.Input[i].AVstream = av.export()
}
progress.Initialized = p.stats.initialized
progress.Started = p.stats.initialized
return progress
}