changeset 25920:822e7d3d8b94

Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
author reimar
date Sun, 03 Feb 2008 12:17:10 +0000
parents 382672c7480a
children b071a2aec687
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun Feb 03 12:14:29 2008 +0000
+++ b/mplayer.c	Sun Feb 03 12:17:10 2008 +0000
@@ -1849,7 +1849,6 @@
     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;