From 02854d2ae736054bf980d180513d9f365cef6724 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sun, 8 Oct 2006 00:20:42 +0000 Subject: [PATCH] * modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there. --- modules/codec/ffmpeg/demux.c | 1 - modules/demux/real.c | 2 -- 2 files changed, 3 deletions(-) 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') ) -- 2.39.5