From 86643a02e448acc82ae1c6c7b49b57f2a2ed03ab Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 20 Aug 2009 11:48:17 +0200 Subject: [PATCH] i420: Flag a parameter as unused. --- modules/video_chroma/i420_ymga.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/video_chroma/i420_ymga.c b/modules/video_chroma/i420_ymga.c index 5d8789f213..bf1c9e4e4e 100644 --- a/modules/video_chroma/i420_ymga.c +++ b/modules/video_chroma/i420_ymga.c @@ -111,6 +111,7 @@ VIDEO_FILTER_WRAPPER( I420_YMGA ) static void I420_YMGA( filter_t *p_filter, picture_t *p_source, picture_t *p_dest ) { + VLC_UNUSED(p_filter); uint8_t *p_uv = p_dest->U_PIXELS; uint8_t *p_u = p_source->U_PIXELS; uint8_t *p_v = p_source->V_PIXELS; -- 2.39.5