Skip to content

sccparse: Ignore invalid timecode during seek as well

sccparse holds last timecode in order to ignore invalid timecode and fallback to the previous timecode. That should happen when sccparse is handling seek event too. Otherwise single invalid timecode before the target seek position will cause flow error.

Merge request reports