]> git.sesse.net Git - vlc/commitdiff
Disable debugging print in zvbi
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 21:07:11 +0000 (21:07 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 21:07:11 +0000 (21:07 +0000)
modules/codec/zvbi.c

index d1cd10819a9150d56dc351166ac31c361752408f..41cfe2c49d4ec49d8161b80de4404a8b0b42fd7f 100644 (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 */