Commit 6535c24d authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove printf().

parent 81959d29
...@@ -177,7 +177,7 @@ static void Blend( filter_t *p_filter, picture_t *p_dst, ...@@ -177,7 +177,7 @@ static void Blend( filter_t *p_filter, picture_t *p_dst,
if( i_width <= 0 || i_height <= 0 ) return; if( i_width <= 0 || i_height <= 0 ) return;
#if 0 #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_in.video.i_chroma,
(char *)&p_filter->fmt_out.video.i_chroma ); (char *)&p_filter->fmt_out.video.i_chroma );
#endif #endif
......
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