From b3056163b9da4425aab25e3c9630a805a48d30ff Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Nov 2025 01:10:39 +0100 Subject: Missing check for duplicate IDs. Without this call we don't spot duplicates that are found in the initial scan. --- src/lib/ffmpeg_examiner.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ffmpeg_examiner.cc') diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc index c50f13ba5..d2e1c9d40 100644 --- a/src/lib/ffmpeg_examiner.cc +++ b/src/lib/ffmpeg_examiner.cc @@ -99,6 +99,8 @@ FFmpegExaminer::FFmpegExaminer(shared_ptr c, shared_ptrsub(_("Finding length")); } + check_for_duplicate_ids(); + /* Run through until we find: * - the first video. * - the first audio for each stream. -- cgit v1.2.3