]> git.sesse.net Git - vlc/commitdiff
* Remove fprintf debug statement in the mp4 demux
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 30 Aug 2004 11:02:33 +0000 (11:02 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 30 Aug 2004 11:02:33 +0000 (11:02 +0000)
modules/demux/mp4/mp4.c

index c05406adee3f9c0edcb46f503152f2a071f14e11..6a1b21fa1b4063f0bf7da2e250515fd3578e7eb1 100644 (file)
@@ -625,7 +625,6 @@ static int Demux( demux_t *p_demux )
                     }
                 }
                 p_block->i_dts = MP4_TrackGetPTS( p_demux, tk ) + 1;
-                fprintf( stderr, "dts=%lld\n", p_block->i_dts );
 
                 p_block->i_pts = tk->fmt.i_cat == VIDEO_ES ? 0 : p_block->i_dts + 1;