From: glennrp Date: Mon, 27 Jan 2014 20:03:57 +0000 (+0000) Subject: Moved new "duration" member to the end of the "Image" structure. X-Git-Tag: 7.0.1-0~2773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1210ae909a2384609e362b2f1db0238e15510c5a;p=imagemagick Moved new "duration" member to the end of the "Image" structure. --- diff --git a/MagickCore/image.h b/MagickCore/image.h index 87df70bc8..fd5d78f2d 100644 --- a/MagickCore/image.h +++ b/MagickCore/image.h @@ -236,8 +236,7 @@ struct _Image size_t scene, /* index of image in multi-image file */ - delay, /* Animation delay time */ - duration; /* Total animation duration sum(delay*iterations) */ + delay; /* Animation delay time */ ssize_t ticks_per_second; /* units for delay time, default 100 for GIF */ @@ -351,6 +350,9 @@ struct _Image size_t signature; + + size_t + duration; /* Total animation duration sum(delay*iterations) */ }; /* ImageInfo structure