Commit e480841e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ASF: use proper ifdef for DEBUG

parent f1cb2188
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment