summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/resize.c b/apps/recorder/resize.c
index 235e071f7b..55b8f77ca9 100644
--- a/apps/recorder/resize.c
+++ b/apps/recorder/resize.c
@@ -508,7 +508,7 @@ static inline bool scale_v_linear(struct rowset *rset,
508#endif /* HAVE_UPSCALER */ 508#endif /* HAVE_UPSCALER */
509 509
510#ifndef PLUGIN 510#ifndef PLUGIN
511void output_row_native(uint32_t row, void * row_in, struct scaler_context *ctx) 511static void output_row_native(uint32_t row, void * row_in, struct scaler_context *ctx)
512{ 512{
513 int col; 513 int col;
514 int fb_width = BM_WIDTH(ctx->bm->width,FORMAT_NATIVE,0); 514 int fb_width = BM_WIDTH(ctx->bm->width,FORMAT_NATIVE,0);