Issue #1627 - Non-existing item ID error when loading multiple-image HEIFs
Accidentially killed a line when importing the plug-in.
(cherry picked from commit 1dee517bc9)
This commit is contained in:
parent
e168c68b0c
commit
40c24dc3d0
1 changed files with 1 additions and 0 deletions
|
|
@ -762,6 +762,7 @@ load_thumbnails (struct heif_context *heif,
|
|||
gint thumbnail_width;
|
||||
gint thumbnail_height;
|
||||
|
||||
images[i].ID = IDs[i];
|
||||
images[i].caption[0] = 0;
|
||||
images[i].thumbnail = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue