]> git.sesse.net Git - vlc/commitdiff
DMO: put more debug if DMO_DEBUG is set
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 01:17:27 +0000 (03:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 01:20:53 +0000 (03:20 +0200)
This might help to trac the dmo race.

modules/codec/dmo/dmo.c

index af33bc832ec844a73fac822f7f0ae3bd82d272b9..4be0bf315a4b67e0f8ef3e3e7da42a271ce0afa0 100644 (file)
@@ -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;
         }
     }