diff options
-rw-r--r-- | src/video_out/video_out_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index c6b8f597a..3ca39b89d 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -430,7 +430,7 @@ static void fb_update_frame_format(vo_driver_t *this_gen, static void fb_overlay_clut_yuv2rgb(fb_driver_t *this, vo_overlay_t *overlay, fb_frame_t *frame) { - int i; + size_t i; clut_t* clut = (clut_t*)overlay->color; if(!overlay->rgb_clut) |