1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

Remove printf().

This commit is contained in:
Jean-Paul Saman 2007-10-18 22:10:05 +00:00
parent 81959d2951
commit 6535c24d5e

View File

@ -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