diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/test_fps.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 2da1d92..cd091e8 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -143,7 +143,7 @@ static unsigned char * const yuvbuf[3] = { (void*)vdata }; -static void make_gradient_rect(width, height) +static void make_gradient_rect(int width, int height) { unsigned char vline[YUV_WIDTH/2]; int x, y; @@ -173,8 +173,6 @@ static void time_main_yuv(void) const int part14_y = YUV_HEIGHT/4; /* y-offset for 1/4 update test */ const int part14_h = YUV_HEIGHT/2; /* y-size for 1/4 update test */ - int x, y; - rb->memset(ydata, 128, sizeof(ydata)); /* medium grey */ /* Test 1: full LCD update */ |