Commit ed8daf3f authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: remove debug string

parent 885249c1
......@@ -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;
......
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