Commit d71b1d96 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/asf/asf.c: commented out the 'found compressed payload' message.

parent 2d4831cc
...@@ -426,8 +426,7 @@ static int DemuxPacket( demux_t *p_demux ) ...@@ -426,8 +426,7 @@ static int DemuxPacket( demux_t *p_demux )
} }
else if( i_replicated_data_length == 1 ) else if( i_replicated_data_length == 1 )
{ {
/* msg_Dbg( p_demux, "found compressed payload" ); */
msg_Dbg( p_demux, "found compressed payload" );
i_pts = (mtime_t)i_tmp * 1000; i_pts = (mtime_t)i_tmp * 1000;
i_pts_delta = (mtime_t)p_peek[i_skip] * 1000; i_skip++; i_pts_delta = (mtime_t)p_peek[i_skip] * 1000; i_skip++;
......
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