[vlc-devel] commit: Small warning fix. (Laurent Aimar )

git version control git at videolan.org
Sun Sep 21 00:24:45 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Sep 20 17:43:02 2008 +0200| [7c4a6119e1eceb828897a8cbf08bb84e2c618942] | committer: Laurent Aimar 

Small warning fix.

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

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

diff --git a/modules/video_filter/yuvp.c b/modules/video_filter/yuvp.c
index 6f595b8..9703185 100644
--- a/modules/video_filter/yuvp.c
+++ b/modules/video_filter/yuvp.c
@@ -61,7 +61,6 @@ static void Yuv2Rgb( uint8_t *r, uint8_t *g, uint8_t *b, int y1, int u1, int v1
 static int Open( vlc_object_t *p_this )
 {
     filter_t *p_filter = (filter_t*)p_this;
-    filter_sys_t *p_sys;
 
     /* It only supports YUVP to YUVA/RGBA without scaling
      * (if scaling is required another filter can do it) */




More information about the vlc-devel mailing list