fn parse_block(block: &[&str], out: &mut Vec<(f64, f64, String)>)Expand description
One blank-line separated block: [optional index / cue-id lines,] timestamp line, text lines. The timestamp line is the first containing “–>” (this also skips WEBVTT/NOTE/STYLE blocks).