[vlc-commits] anaglyph: remove spurious printf
Edward Wang
git at videolan.org
Wed Jan 2 13:32:01 CET 2013
vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Jan 1 20:03:02 2013 -0500| [cd560525f714430aa6acc59e2c52c977523dd9bf] | committer: Jean-Baptiste Kempf
anaglyph: remove spurious printf
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd560525f714430aa6acc59e2c52c977523dd9bf
---
modules/video_filter/anaglyph.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_filter/anaglyph.c b/modules/video_filter/anaglyph.c
index da17fcb..5e103d4 100644
--- a/modules/video_filter/anaglyph.c
+++ b/modules/video_filter/anaglyph.c
@@ -91,7 +91,6 @@ struct filter_sys_t
static int Create(vlc_object_t *p_this)
{
- printf("pouet\n");
filter_t *p_filter = (filter_t *)p_this;
switch (p_filter->fmt_in.video.i_chroma)
More information about the vlc-commits
mailing list