Fix #891: Application crashes while viewing CR3 thumbnails
authorColin Clark <colin.clark@cclark.uk>
Tue, 11 May 2021 13:26:43 +0000 (14:26 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 11 May 2021 13:26:43 +0000 (14:26 +0100)
commit11ba72c5f1bce20dc8168d1806cc5c3120863487
tree6eb695a60fb5d09d87bb72f5fd795c0d3616c9f4
parent45cf096d873ad0f24e3f42ce6e5f3083970d925f
Fix #891: Application crashes while viewing CR3 thumbnails

https://github.com/BestImageViewer/geeqie/issues/891

Change the method of extracting jpegs from a .cr3 file when libraw is
not installed.

This is not a real solution. The code simply scans for the mdat marker
to find the start of the jpeg section.
src/image_load_cr3.c