]> git.sesse.net Git - vlc/commitdiff
Remove printf
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 17:18:09 +0000 (17:18 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 17:18:09 +0000 (17:18 +0000)
modules/video_filter/motionblur.c

index caa9556b02db0d1d4de8039cd43cffae68716ec5..a92e46b31cc6b0f7ef0f8a59fd27548b56deef6f 100644 (file)
@@ -115,8 +115,6 @@ static int Create( vlc_object_t *p_this )
     p_filter->p_sys->b_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->i_planes = 0;