Commit 93236cd6 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove printf

parent cf525b71
...@@ -115,8 +115,6 @@ static int Create( vlc_object_t *p_this ) ...@@ -115,8 +115,6 @@ static int Create( vlc_object_t *p_this )
p_filter->p_sys->b_persistant = p_filter->p_sys->b_persistant =
var_GetBool( p_filter, FILTER_PREFIX "persistant" ); var_GetBool( p_filter, FILTER_PREFIX "persistant" );
printf("factor: %d\npersitant: %d\n", p_filter->p_sys->i_factor, p_filter->p_sys->b_persistant );
p_filter->p_sys->pp_planes = NULL; p_filter->p_sys->pp_planes = NULL;
p_filter->p_sys->i_planes = 0; p_filter->p_sys->i_planes = 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