]> git.sesse.net Git - vlc/commitdiff
Removed debug message (opengl).
authorLaurent Aimar <fenrir@videolan.org>
Tue, 8 Dec 2009 18:27:59 +0000 (19:27 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 8 Dec 2009 18:27:59 +0000 (19:27 +0100)
modules/video_output/opengl.c

index 46036e372fa33904c7fe3cd6066733e9ff4acb3e..1a751547fb9a5473c9f248c1ed971203657dd495 100644 (file)
@@ -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;