[vlc-devel] commit: Removed debug left-over in mp4 demuxer. (Laurent Aimar )
git version control
git at videolan.org
Thu Feb 11 21:47:44 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Feb 10 22:45:37 2010 +0100| [f5db1a38666968329a2eeaf5dd2618cef19419cf] | committer: Laurent Aimar
Removed debug left-over in mp4 demuxer.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5db1a38666968329a2eeaf5dd2618cef19419cf
---
modules/demux/mp4/mp4.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 9561c81..1db1466 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -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 ) )
{
More information about the vlc-devel
mailing list