[MPlayer-cvslog] r35654 - trunk/gui/ui/actions.c

ib subversion at mplayerhq.hu
Mon Dec 10 14:53:50 CET 2012


Author: ib
Date: Mon Dec 10 14:53:50 2012
New Revision: 35654

Log:
Make DVD stop if manually advancing beyond last chapter of last track.

CD and VCD behave the same way.

Modified:
   trunk/gui/ui/actions.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Mon Dec 10 13:49:40 2012	(r35653)
+++ trunk/gui/ui/actions.c	Mon Dec 10 14:53:50 2012	(r35654)
@@ -430,6 +430,7 @@ void uiNext(void)
 
             if (++guiInfo.Track > guiInfo.Tracks) {
                 guiInfo.Track = guiInfo.Tracks;
+                guiInfo.Chapter = guiInfo.Chapters;
                 stop = True;
             }
         }


More information about the MPlayer-cvslog mailing list