[vlc-commits] commit: modules/video_filter/deinterlace.c: make unused parameter 'p_old' ( Jean-Paul Saman )

git at videolan.org git at videolan.org
Tue Sep 7 13:03:12 CEST 2010


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Sun Aug 29 17:24:25 2010 +0200| [2776c67e6abdeec44196fc73b3b9f113b1b6b829] | committer: Jean-Paul Saman 

modules/video_filter/deinterlace.c: make unused parameter 'p_old'

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2776c67e6abdeec44196fc73b3b9f113b1b6b829
---

 modules/video_filter/deinterlace.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_filter/deinterlace.c b/modules/video_filter/deinterlace.c
index 66ce195..5fb23de 100644
--- a/modules/video_filter/deinterlace.c
+++ b/modules/video_filter/deinterlace.c
@@ -1643,6 +1643,7 @@ static void Flush( filter_t *p_filter )
 static int Mouse( filter_t *p_filter,
                   vlc_mouse_t *p_mouse, const vlc_mouse_t *p_old, const vlc_mouse_t *p_new )
 {
+    VLC_UNUSED(p_old);
     *p_mouse = *p_new;
     if( p_filter->p_sys->b_half_height )
         p_mouse->i_y *= 2;



More information about the vlc-commits mailing list