[vlc-devel] commit: DMO: put more debug if DMO_DEBUG is set (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed May 20 18:53:45 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 17 03:17:27 2009 +0200| [1aa48d7e9a8a91f89ad6ad01df3db295bacb0d7a] | 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=1aa48d7e9a8a91f89ad6ad01df3db295bacb0d7a
---

 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 684d80e..2e51be2 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -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;
         }
     }




More information about the vlc-devel mailing list