Commit 45e464871 for imagemagick.org
commit 45e46487179eb0c03a9fee4a629e492a62ed727c
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Mon May 4 20:24:48 2026 +0200
Decode the media timeline instead to avoid reading too many images (#8706)
diff --git a/coders/heic.c b/coders/heic.c
index d0347143f..e8e3211f2 100644
--- a/coders/heic.c
+++ b/coders/heic.c
@@ -696,6 +696,7 @@ static MagickBooleanType ReadHEICSequenceFrames(const ImageInfo *image_info,
if (timescale == 0)
timescale=1;
decode_options=heif_decoding_options_alloc();
+ decode_options->ignore_sequence_editlist=1;
/*
Detect alpha from the track and set up chroma format.
*/