From 9932d0f9c38f09c110e2cc5f01a3ac53d6879fb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Escudier?= Date: Tue, 6 Oct 2009 09:05:22 +0200 Subject: [PATCH] video_output fix compilation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafaël Carré --- src/video_output/video_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c index db7f298529..e8a0c800b0 100644 --- a/src/video_output/video_output.c +++ b/src/video_output/video_output.c @@ -1910,6 +1910,7 @@ static void DeinterlaceSave( vout_thread_t *p_vout, int i_deinterlace, const cha static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd, vlc_value_t oldval, vlc_value_t newval, void *p_data ) { + VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(newval); VLC_UNUSED(p_data); vout_thread_t *p_vout = (vout_thread_t *)p_this; /* */ -- 2.39.2