get_subtitle_delta_groups

Function get_subtitle_delta_groups 

Source
pub fn get_subtitle_delta_groups(
    v: Vec<(TimeDelta, TimeSpan)>,
) -> Vec<(TimeDelta, Vec<TimeSpan>)>
Expand description

Groups consecutive timespans with the same delta together.