]> 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:17:27 +0000 (03:17 +0200)
This might help to trac the dmo race.

modules/codec/dmo/dmo.c

index 684d80ea9e36f23416121533235237025d6a14b9..2e51be23f589e8159819e91cd22fe854a98615b5 100644 (file)
@@ -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;
         }
     }