Commit fe638e37 authored by Laurent Aimar's avatar Laurent Aimar

Removed debug message (opengl).

parent bdf64f4e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment