From 0c71c038dfdbcc6fb0cd8f1a3ecfc8c2be4fdd4f Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 14 Sep 2007 17:56:22 +0000 Subject: Demuxers are _not_ supposed to set ds->pts! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24482 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_ty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/demux_ty.c b/libmpdemux/demux_ty.c index 4d8084cd9f..9a27248123 100644 --- a/libmpdemux/demux_ty.c +++ b/libmpdemux/demux_ty.c @@ -396,7 +396,6 @@ static void demux_ty_CopyToDemuxPacket( int type, TiVoInfo *tivo, demux_stream_t dp->pos = pos; dp->flags = 0; ds_add_packet( ds, dp ); - ds->pts = pts; if ( type == TY_V && tivo->firstVideoPTS == -1 ) tivo->firstVideoPTS = pts; if ( type == TY_A && tivo->firstAudioPTS == -1 ) -- cgit v1.2.3