summaryrefslogtreecommitdiff
path: root/apps/recorder/jpeg_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/jpeg_load.c')
-rw-r--r--apps/recorder/jpeg_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/jpeg_load.c b/apps/recorder/jpeg_load.c
index d05671cb09..8b2c3f2fef 100644
--- a/apps/recorder/jpeg_load.c
+++ b/apps/recorder/jpeg_load.c
@@ -1689,7 +1689,7 @@ INLINE int huff_decode_ac(struct jpeg *p_jpeg, struct derived_tbl* tbl)
1689 return s; 1689 return s;
1690} 1690}
1691 1691
1692struct img_part *store_row_jpeg(void *jpeg_args) 1692static struct img_part *store_row_jpeg(void *jpeg_args)
1693{ 1693{
1694 struct jpeg *p_jpeg = (struct jpeg*) jpeg_args; 1694 struct jpeg *p_jpeg = (struct jpeg*) jpeg_args;
1695 unsigned int width = p_jpeg->x_mbl << p_jpeg->h_scale[1]; 1695 unsigned int width = p_jpeg->x_mbl << p_jpeg->h_scale[1];