]> git.sesse.net Git - vlc/commitdiff
* modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
authorGildas Bazin <gbazin@videolan.org>
Wed, 27 Oct 2004 10:42:48 +0000 (10:42 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 27 Oct 2004 10:42:48 +0000 (10:42 +0000)
modules/demux/asf/asf.c

index 20e384a2b38e3e91975b7917bc565b3385d86b78..7fc89602b4d866092adf4044e11363f261766604 100644 (file)
@@ -426,8 +426,7 @@ static int DemuxPacket( demux_t *p_demux )
         }
         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_delta = (mtime_t)p_peek[i_skip] * 1000; i_skip++;