[MPlayer-cvslog] r19900 - trunk/stream/stream_dvdnav.c

nicodvb subversion at mplayerhq.hu
Mon Sep 18 23:26:26 CEST 2006


Author: nicodvb
Date: Mon Sep 18 23:26:26 2006
New Revision: 19900

Modified:
   trunk/stream/stream_dvdnav.c

Log:
in the previous commit I forgot to set s->end_pos=0


Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Mon Sep 18 23:26:26 2006
@@ -312,6 +312,7 @@
             case DVDNAV_STOP: return len;
 	    case DVDNAV_BLOCK_OK: return len;
             case DVDNAV_VTS_CHANGE: {
+                s->end_pos = 0;
                 update_title_len(s);
                 break;
             }



More information about the MPlayer-cvslog mailing list