]> git.sesse.net Git - vlc/commitdiff
video_output fix compilation
authorSébastien Escudier <sebastien-devel@celeos.eu>
Tue, 6 Oct 2009 07:05:22 +0000 (09:05 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Tue, 6 Oct 2009 11:26:59 +0000 (13:26 +0200)
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
src/video_output/video_output.c

index db7f298529e72969655f26f4d2c9b5c35b4dbe72..e8a0c800b0a9f9d4f0f47819f580d7454ea4a210 100644 (file)
@@ -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;
 
     /* */