vlc | branch: master | Edward Wang <[email protected]> | Tue Jan 1 20:03:02 2013 -0500| [cd560525f714430aa6acc59e2c52c977523dd9bf] | committer: Jean-Baptiste Kempf
anaglyph: remove spurious printf Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
