[MPlayer-cvslog] r25952 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Sun Feb 3 13:17:10 CET 2008


Author: reimar
Date: Sun Feb  3 13:17:10 2008
New Revision: 25952

Log:
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary


Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Sun Feb  3 13:17:10 2008
@@ -1849,7 +1849,6 @@ static void mp_dvdnav_reset_stream (MPCo
     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;



More information about the MPlayer-cvslog mailing list