[vlc-devel] commit: Unused variables ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Oct 19 22:12:52 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 19 23:12:45 2008 +0300| [d7f3af847c9260c63576f8744751f2debe03eee8] | committer: Rémi Denis-Courmont 

Unused variables

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

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

diff --git a/modules/video_filter/swscale.c b/modules/video_filter/swscale.c
index 5d8fa2a..2b3deda 100644
--- a/modules/video_filter/swscale.c
+++ b/modules/video_filter/swscale.c
@@ -145,10 +145,6 @@ static int OpenScaler( vlc_object_t *p_this )
 
     int i_sws_mode;
 
-    float sws_lum_gblur = 0.0, sws_chr_gblur = 0.0;
-    int sws_chr_vshift = 0, sws_chr_hshift = 0;
-    float sws_chr_sharpen = 0.0, sws_lum_sharpen = 0.0;
-
     if( GetParameters( NULL,
                        &p_filter->fmt_in.video,
                        &p_filter->fmt_out.video, 0 ) )




More information about the vlc-devel mailing list