diff options
Diffstat (limited to 'apps/plugins/imageviewer/jpeg/jpeg.c')
-rw-r--r-- | apps/plugins/imageviewer/jpeg/jpeg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/jpeg/jpeg.c b/apps/plugins/imageviewer/jpeg/jpeg.c index 511a7054e1..3d8c9c3ac8 100644 --- a/apps/plugins/imageviewer/jpeg/jpeg.c +++ b/apps/plugins/imageviewer/jpeg/jpeg.c | |||
@@ -190,8 +190,9 @@ static int load_image(char *filename, struct image_info *info, | |||
190 | return PLUGIN_OK; | 190 | return PLUGIN_OK; |
191 | } | 191 | } |
192 | 192 | ||
193 | static int get_image(struct image_info *info, int ds) | 193 | static int get_image(struct image_info *info, int frame, int ds) |
194 | { | 194 | { |
195 | (void)frame; | ||
195 | int w, h; /* used to center output */ | 196 | int w, h; /* used to center output */ |
196 | int size; /* decompressed image size */ | 197 | int size; /* decompressed image size */ |
197 | long time; /* measured ticks */ | 198 | long time; /* measured ticks */ |