feat: atualiza status do progresso de implementação e resolve warnings de código não utilizado

This commit is contained in:
2026-02-28 15:11:19 -03:00
parent 7c9da9626a
commit de747368a3
11 changed files with 27 additions and 13 deletions
-1
View File
@@ -54,7 +54,6 @@ impl FfmpegCommandBuilder {
Track::Subtitle(t) => t.path.to_string_lossy().to_string(),
};
args.push(path);
next_input_idx += 1;
}
// ── Maps ────────────────────────────────────────────────────────────────