From 6535c24d5e4b8b75fb47843655f830b32e57023b Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Thu, 18 Oct 2007 22:10:05 +0000 Subject: [PATCH] Remove printf(). --- modules/video_filter/blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/blend.c b/modules/video_filter/blend.c index e6ca62b476..7045e34f34 100644 --- a/modules/video_filter/blend.c +++ b/modules/video_filter/blend.c @@ -177,7 +177,7 @@ static void Blend( filter_t *p_filter, picture_t *p_dst, if( i_width <= 0 || i_height <= 0 ) return; #if 0 - printf( "chroma: %4.4s -> %4.4s\n", + msg_Dbg( p_filter, "chroma: %4.4s -> %4.4s\n", (char *)&p_filter->fmt_in.video.i_chroma, (char *)&p_filter->fmt_out.video.i_chroma ); #endif