diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-03 12:17:10 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-03 12:17:10 +0000 |
commit | 4820129d424d51efb3de5cc28058c437c0773801 (patch) | |
tree | ab3cbec5d03558a251e44068e905899827501db0 | |
parent | 40dca58f37bab581ad156f03545efc4428a34cb3 (diff) |
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
-rw-r--r-- | mplayer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |