Unused variables

This commit is contained in:
Rémi Denis-Courmont 2008-10-19 23:12:45 +03:00
parent b08edfb4df
commit d7f3af847c
1 changed files with 0 additions and 4 deletions

View File

@ -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 ) )