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
This commit is contained in:
reimar 2008-02-03 12:17:10 +00:00
parent 40dca58f37
commit 4820129d42
1 changed files with 0 additions and 1 deletions

View File

@ -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;