1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Disable debugging print in zvbi

This commit is contained in:
Jean-Paul Saman 2007-12-16 21:07:11 +00:00
parent 657701d10d
commit 88de3871d4

View File

@ -303,8 +303,8 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block )
p_sys->b_update = VLC_FALSE;
p_sys->i_last_page = p_sys->i_wanted_page;
#if 1
msg_Info( p_dec, "we now have page: %d ready for display",
#if 0
msg_Dbg( p_dec, "we now have page: %d ready for display",
p_sys->i_wanted_page );
#endif
/* If there is a page or sub to render, then we do that here */