From 4820129d424d51efb3de5cc28058c437c0773801 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Feb 2008 12:17:10 +0000 Subject: Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25952 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 2da0ac0a64..d2a1a807ce 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1849,7 +1849,6 @@ static void mp_dvdnav_reset_stream (MPContext *ctx) { if (ctx->d_sub) dvdsub_id = -2; audio_delay = 0.0f; - correct_pts = 0; /// clear all EOF related flags ctx->d_video->eof = ctx->d_audio->eof = ctx->stream->eof = 0; -- cgit v1.2.3