[vlc-devel] commit: Removed debug message (opengl). (Laurent Aimar )
git version control
git at videolan.org
Tue Dec 8 19:28:38 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Dec 8 19:27:59 2009 +0100| [fe638e37ac12c8bd1d50d68b2fc8b8d672d6a807] | committer: Laurent Aimar
Removed debug message (opengl).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe638e37ac12c8bd1d50d68b2fc8b8d672d6a807
---
modules/video_output/opengl.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index 46036e3..1a75154 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -247,10 +247,6 @@ static int Init( vout_thread_t *p_vout )
/* */
p_sys->p_current = picture_pool_Get( p_sys->p_pool );
- msg_Err(p_vout, "pitch %d visible_p %d w %d",
- p_sys->p_current->p[0].i_pitch,
- p_sys->p_current->p[0].i_visible_pitch,
- p_vout->render.i_width );
p_vout->p_picture[0] = *p_sys->p_current;
p_vout->p_picture[0].i_status = DESTROYED_PICTURE;
p_vout->p_picture[0].i_type = DIRECT_PICTURE;
More information about the vlc-devel
mailing list