[vlc-devel] commit: DMO: put more debug if DMO_DEBUG is set (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun May 17 03:21:13 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 03:17:27 2009 +0200| [e4fb88602dea98251890333d9703ba3f26b3038b] | committer: Jean-Baptiste Kempf
DMO: put more debug if DMO_DEBUG is set
This might help to trac the dmo race.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4fb88602dea98251890333d9703ba3f26b3038b
---
modules/codec/dmo/dmo.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/codec/dmo/dmo.c b/modules/codec/dmo/dmo.c
index af33bc8..4be0bf3 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -902,7 +902,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;
}
}
More information about the vlc-devel
mailing list