]> git.sesse.net Git - vlc/commitdiff
Removed debug left-over in mp4 demuxer.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 10 Feb 2010 21:45:37 +0000 (22:45 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 11 Feb 2010 20:39:06 +0000 (21:39 +0100)
modules/demux/mp4/mp4.c

index 9561c817770f5b058059f5931c42cce07f1ed658..1db14669be7687b924671041adca2f4144d4be9f 100644 (file)
@@ -1487,7 +1487,6 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track,
     p_enda = MP4_BoxGet( p_sample, "wave/enda" );
     if( !p_enda )
         p_enda = MP4_BoxGet( p_sample, "enda" );
-    msg_Err(p_demux, "ENDA=%p %d codec=%4.4s", p_enda, p_enda ? p_enda->data.p_enda->i_little_endian : -1, &p_sample->i_type );
 
     if( p_track->fmt.i_cat == AUDIO_ES && ( p_track->i_sample_size == 1 || p_track->i_sample_size == 2 ) )
     {