[vlc-devel] [PATCH] anaglyph: remove spurious printf

Edward Wang edward.c.wang at compdigitec.com
Wed Jan 2 02:03:02 CET 2013


---
 modules/video_filter/anaglyph.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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)
-- 
1.7.5.4




More information about the vlc-devel mailing list