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,
{
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 */
......
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