Commit 02854d2a authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.

parent af043e92
......@@ -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 );
......
......@@ -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') )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment