]> git.sesse.net Git - vlc/commitdiff
Removed stupid debug message.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 20 Aug 2008 23:48:27 +0000 (01:48 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 20 Aug 2008 23:48:27 +0000 (01:48 +0200)
modules/video_filter/blend.c

index 67bb8e1f021b232e7fe569450406436ce6ba5c7f..60874b219df52a4f9abb4fc912dea04b8dea407c 100644 (file)
@@ -1099,8 +1099,6 @@ static void BlendPalI420( filter_t *p_filter, picture_t *p_dst,
     int i_x, i_y, i_trans;
     bool b_even_scanline = i_y_offset % 2;
 
-    fprintf( stderr, "--------------\n" );
-
     i_dst_pitch = p_dst->p[Y_PLANE].i_pitch;
     p_dst_y = p_dst->p[Y_PLANE].p_pixels + i_x_offset +
               p_filter->fmt_out.video.i_x_offset +