]> git.sesse.net Git - vlc/commitdiff
* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
authorGildas Bazin <gbazin@videolan.org>
Sun, 8 Oct 2006 00:20:42 +0000 (00:20 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 8 Oct 2006 00:20:42 +0000 (00:20 +0000)
modules/codec/ffmpeg/demux.c
modules/demux/real.c

index a7da8efb5da51374c99bf0e9d607a14ea9c07b43..bb71b93c2c8101b572a1cc2708767603014c911a 100644 (file)
@@ -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 );
index b7dac5729ea97208d3cc76189570bc80ff2cdc34..df0a6ae4aba59c5f4cd9b685644cb9c02928684d 100644 (file)
@@ -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') )