mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
ImageViewer: Fix GIF Decoder progress bar
Change-Id: I9db9b27f9e12f08323534038bc6f0882329a2c00
This commit is contained in:
parent
18358ed541
commit
f379e1dbb3
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ void gif_decode(struct gif_decoder *d,
|
||||||
Row + i, Col, Width);
|
Row + i, Col, Width);
|
||||||
|
|
||||||
if (pf_progress != NULL)
|
if (pf_progress != NULL)
|
||||||
pf_progress(25*(i+1), 100);
|
pf_progress((i+1), Height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue