[vlc-devel] commit: Removed stupid debug message. (Laurent Aimar )

git version control git at videolan.org
Thu Aug 21 01:45:46 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Aug 21 01:48:27 2008 +0200| [03fb8b53398d50ad7467ff5a9e4cee01ea1c9d62] | committer: Laurent Aimar 

Removed stupid debug message.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03fb8b53398d50ad7467ff5a9e4cee01ea1c9d62
---

 modules/video_filter/blend.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/blend.c b/modules/video_filter/blend.c
index 67bb8e1..60874b2 100644
--- a/modules/video_filter/blend.c
+++ b/modules/video_filter/blend.c
@@ -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 +




More information about the vlc-devel mailing list