[vlc-commits] demux: mp4: remove debug string

Francois Cartegnie git at videolan.org
Thu Jun 5 20:32:21 CEST 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jun  5 20:20:31 2014 +0200| [ed8daf3ff05ee6808ca0d55e2eb5a4f6eb31234a] | committer: Francois Cartegnie

demux: mp4: remove debug string

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed8daf3ff05ee6808ca0d55e2eb5a4f6eb31234a
---

 modules/demux/mp4/mp4.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index e816f3e..8bbd687 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -3325,8 +3325,6 @@ static int MP4_TrackSeek( demux_t *p_demux, mp4_track_t *p_track,
     }
 
     p_track->b_selected = true;
-    msg_Err( p_demux, "select track[Id 0x%x] %d %d %ld",
-              p_track->i_track_ID, i_chunk, i_sample, i_start );
     if( !TrackGotoChunkSample( p_demux, p_track, i_chunk, i_sample ) )
         p_track->b_selected = true;
 



More information about the vlc-commits mailing list