pub fn align_available_files(
file1: &SubtitleFile,
file2_opt: Option<&SubtitleFile>,
) -> Vec<(Option<Subtitle>, Option<Subtitle>)>
Expand description
If we have two files, align them. If one is missing, just return its subtitles by themselves.