[vlc-commits] ASF: use proper ifdef for DEBUG
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 31 00:42:30 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 28 15:16:38 2011 +0200| [e480841ee66cd8ead0a8ab0cec53992b29f18f51] | committer: Jean-Baptiste Kempf
ASF: use proper ifdef for DEBUG
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e480841ee66cd8ead0a8ab0cec53992b29f18f51
---
modules/demux/asf/asf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index c52b452..ea24608 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -570,7 +570,7 @@ static int DemuxPacket( demux_t *p_demux )
{
break;
}
-#if 0
+#ifdef ASF_DEBUG
msg_Dbg( p_demux,
"payload(%d/%d) stream_number:%d media_object_number:%d media_object_offset:%d replicated_data_length:%d payload_data_length %d",
i_payload + 1, i_payload_count, i_stream_number, i_media_object_number,
More information about the vlc-commits
mailing list