]> git.sesse.net Git - vlc/commitdiff
mkv.cpp: make gcc happier
authorSteve Lhomme <robux@videolan.org>
Tue, 29 Mar 2005 20:54:52 +0000 (20:54 +0000)
committerSteve Lhomme <robux@videolan.org>
Tue, 29 Mar 2005 20:54:52 +0000 (20:54 +0000)
modules/demux/mkv.cpp

index e16daa7180a703b5c4297de507720ea910723587..199a26e2b319695d8cd78a850d2b17acd6ed7e08 100644 (file)
@@ -1145,7 +1145,7 @@ static void BlockDecode( demux_t *p_demux, KaxBlock *block, mtime_t i_pts,
         {
             p_block->i_length = i_duration * 1000;
         }
-msg_Warn( p_demux, "Sending block %d", p_block );
+
         es_out_Send( p_demux->out, tk->p_es, p_block );
 
         /* use time stamp only for first block */
@@ -3687,4 +3687,4 @@ void virtual_segment_t::Seek( mtime_t i_date, mtime_t i_time_offset )
     }
 
     linked_segments[i]->Seek( i_date, i_time_offset );
-}
\ No newline at end of file
+}