]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/mp4.c
Removed debug left-over in mp4 demuxer.
[vlc] / 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 ) )
     {