Commit Graph
1 Commits
Author SHA1 Message Date
Kyle Alexander BuanandNicolas Fella ac374da215 HEIF: keep reader callback table alive
libheif retains the heif_reader pointer after
heif_context_read_from_reader returns. The callback table was scoped
to the non-sequential branch and could be destroyed before
tiled image decoding used it from worker threads.

Give the callback table static storage duration.

BUG: 523105
(cherry picked from commit ad0fb9dde4)
2026-07-20 20:52:13 +02:00