Allow gapless frames

This commit is contained in:
Kovid Goyal
2021-02-01 16:22:36 +05:30
parent 9cf5348c36
commit bb5c5a8e4f
4 changed files with 29 additions and 12 deletions

View File

@@ -57,6 +57,7 @@ typedef struct {
ImageRef *refs;
Frame *extra_frames, root_frame;
uint32_t current_frame_index, frame_id_counter;
uint64_t animation_duration;
size_t refcnt, refcap, extra_framecnt;
monotonic_t atime;
size_t used_storage;