Commit d7f3af84 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variables

parent b08edfb4
......@@ -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 ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment