Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
6535c24d
Commit
6535c24d
authored
Oct 18, 2007
by
Jean-Paul Saman
Browse files
Remove printf().
parent
81959d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/blend.c
View file @
6535c24d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment