git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
81959d2
)
Remove printf().
author
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 18 Oct 2007 22:10:05 +0000
(22:10 +0000)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Thu, 18 Oct 2007 22:10:05 +0000
(22:10 +0000)
modules/video_filter/blend.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/blend.c
b/modules/video_filter/blend.c
index
e6ca62b
..
7045e34
100644
(file)
--- 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
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
(char *)&p_filter->fmt_in.video.i_chroma,
(char *)&p_filter->fmt_out.video.i_chroma );
#endif