summaryrefslogtreecommitdiff
path: root/apps/recorder/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/resize.c')
-rw-r--r--apps/recorder/resize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c
index cce20cdd77..30ffa44b63 100644
--- a/apps/recorder/resize.c
+++ b/apps/recorder/resize.c
@@ -396,10 +396,10 @@ static inline bool scale_nearest(struct bitmap *bm,
396 int ixls, xels, iyls, yelsi, oyls, yelso, p; 396 int ixls, xels, iyls, yelsi, oyls, yelso, p;
397 struct img_part *cur_part; 397 struct img_part *cur_part;
398#ifndef HAVE_LCD_COLOR 398#ifndef HAVE_LCD_COLOR
399 fb_data *dest, *dest_t; 399 fb_data *dest = dest, *dest_t;
400#endif 400#endif
401#ifdef HAVE_REMOTE_LCD 401#ifdef HAVE_REMOTE_LCD
402 fb_remote_data *rdest, *rdest_t; 402 fb_remote_data *rdest = rdest, *rdest_t;
403#endif 403#endif
404 404
405 SDEBUGF("scale_nearest sw=%d sh=%d dw=%d dh=%d remote=%d\n", sw, sh, dw, 405 SDEBUGF("scale_nearest sw=%d sh=%d dw=%d dh=%d remote=%d\n", sw, sh, dw,