]> git.sesse.net Git - vlc/commitdiff
aic_bridge: Flag an unused parameter.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 10:58:44 +0000 (12:58 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 10:58:44 +0000 (12:58 +0200)
modules/stream_out/mosaic_bridge.c

index 496459310a2377d0373011ed66559a40acd7e58e..a7976523b5f6ec52ff72b04eb4ea9d8cc43cbb90 100644 (file)
@@ -627,6 +627,7 @@ static picture_t *video_new_buffer( vlc_object_t *p_this,
                                     decoder_owner_sys_t *p_sys,
                                     es_format_t *fmt_out )
 {
+    VLC_UNUSED(p_this);
     if( fmt_out->video.i_width != p_sys->video.i_width ||
         fmt_out->video.i_height != p_sys->video.i_height ||
         fmt_out->video.i_chroma != p_sys->video.i_chroma ||