Commit 8761ea0d authored by Laurent Aimar's avatar Laurent Aimar

* mp4: mmh removed a fprintf.

parent 17fe900b
......@@ -1715,7 +1715,6 @@ static int MP4_TrackSelect ( demux_t *p_demux,
static void MP4_TrackUnselect(demux_t *p_demux,
mp4_track_t *p_track )
{
fprintf( stderr, "MP4_TrackUnselect: id=%d\n", p_track->i_track_ID );
if( !p_track->b_ok )
{
return;
......
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