Commit 1aa48d7e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DMO: put more debug if DMO_DEBUG is set

This might help to trac the dmo race.
parent fc8d0d3d
......@@ -922,7 +922,9 @@ static void *DecBlock( decoder_t *p_dec, block_t **pp_block )
}
else
{
//msg_Dbg( p_dec, "ProcessInput(): successful" );
#ifdef DMO_DEBUG
msg_Dbg( p_dec, "ProcessInput(): successful" );
#endif
*pp_block = NULL;
}
}
......
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