summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-03 12:17:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-03 12:17:10 +0000
commit4820129d424d51efb3de5cc28058c437c0773801 (patch)
treeab3cbec5d03558a251e44068e905899827501db0 /mplayer.c
parent40dca58f37bab581ad156f03545efc4428a34cb3 (diff)
downloadmpv-4820129d424d51efb3de5cc28058c437c0773801.tar.bz2
mpv-4820129d424d51efb3de5cc28058c437c0773801.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
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;