Commit e4fb8860 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 3cc84c2b
...@@ -902,7 +902,9 @@ static void *DecBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -902,7 +902,9 @@ static void *DecBlock( decoder_t *p_dec, block_t **pp_block )
} }
else else
{ {
//msg_Dbg( p_dec, "ProcessInput(): successful" ); #ifdef DMO_DEBUG
msg_Dbg( p_dec, "ProcessInput(): successful" );
#endif
*pp_block = NULL; *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