Refactored remote changes

This commit is contained in:
Bert Münnich
2013-12-31 16:38:42 +01:00
parent 078136d217
commit ab28c9a8b9
4 changed files with 14 additions and 24 deletions

View File

@ -43,7 +43,7 @@ static const float zoom_levels[] = {
enum {
GIF_DELAY = 100, /* delay time (in ms) */
GIF_AUTOPLAY = 1, /* autoplay when loaded [0/1] */
GIF_LOOP = -1 /* endless loop [0 / 1 / -1=as specified in file] */
GIF_LOOP = 0 /* loop? [0: no, 1: endless, -1: as specified in file] */
};
/* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and