Commit c7964070 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: make gcc happier

parent 6a0a31cb
...@@ -1145,7 +1145,7 @@ static void BlockDecode( demux_t *p_demux, KaxBlock *block, mtime_t i_pts, ...@@ -1145,7 +1145,7 @@ static void BlockDecode( demux_t *p_demux, KaxBlock *block, mtime_t i_pts,
{ {
p_block->i_length = i_duration * 1000; 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 ); es_out_Send( p_demux->out, tk->p_es, p_block );
/* use time stamp only for first 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 ) ...@@ -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 ); linked_segments[i]->Seek( i_date, i_time_offset );
} }
\ No newline at end of file
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