More work an animation handling

This commit is contained in:
Kovid Goyal
2021-01-25 08:47:40 +05:30
parent 5a182d3d13
commit cc4f9ddad8
3 changed files with 35 additions and 3 deletions

View File

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