Commit ca5af2c3 authored by Antoine Cellerier's avatar Antoine Cellerier

Ahem...

parent 4b1b4f89
...@@ -149,7 +149,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic ) ...@@ -149,7 +149,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
} }
p_filter->p_sys->last_date = new_date; p_filter->p_sys->last_date = new_date;
f_angle = (double)p_filter->p_sys->i_angle; f_angle = (((double)p_filter->p_sys->i_angle)*M_PI)/180.;
f_sin = sin( f_angle ); f_sin = sin( f_angle );
f_cos = cos( f_angle ); f_cos = cos( f_angle );
......
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