From: Gildas Bazin Date: Sun, 8 Oct 2006 00:20:42 +0000 (+0000) Subject: * modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there. X-Git-Tag: 0.9.0-test0~10025 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=02854d2ae736054bf980d180513d9f365cef6724;p=vlc * modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there. --- diff --git a/modules/codec/ffmpeg/demux.c b/modules/codec/ffmpeg/demux.c index a7da8efb5d..bb71b93c2c 100644 --- a/modules/codec/ffmpeg/demux.c +++ b/modules/codec/ffmpeg/demux.c @@ -255,7 +255,6 @@ void E_(CloseDemux)( vlc_object_t *p_this ) { demux_t *p_demux = (demux_t*)p_this; demux_sys_t *p_sys = p_demux->p_sys; - unsigned int i; FREENULL( p_sys->tk ); if( p_sys->ic ) av_close_input_file( p_sys->ic ); diff --git a/modules/demux/real.c b/modules/demux/real.c index b7dac5729e..df0a6ae4ab 100644 --- a/modules/demux/real.c +++ b/modules/demux/real.c @@ -528,8 +528,6 @@ static int Demux( demux_t *p_demux ) p_block->i_dts = p_block->i_pts = i_pts; tk->p_subpackets[i_index] = p_block; tk->i_subpacket++; - msg_Err( p_demux, "PTS!DTS: %lld, %lld", - p_block->i_dts, p_block->i_pts); } if( tk->fmt.i_codec == VLC_FOURCC('2','8','_','8') )