changeset 33002:676e1222fb21

Start vcd:// with first title when hitting play button. The track shifting for VCDs hasn't to be done here.
author ib
date Mon, 21 Mar 2011 12:39:28 +0000
parents d14cac89630d
children ccf1cb01d6a8
files gui/mplayer/mw.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/mw.c	Mon Mar 21 12:35:38 2011 +0000
+++ b/gui/mplayer/mw.c	Mon Mar 21 12:39:28 2011 +0000
@@ -177,10 +177,7 @@
 	       if ( guiIntfStruct.Playing != 2 )
 	        {
 		 if ( !guiIntfStruct.Track )
-		  {
-		   if ( guiIntfStruct.VCDTracks > 1 ) guiIntfStruct.Track=2;
-		    else guiIntfStruct.Track=1;
-		  }
+                   guiIntfStruct.Track=1;
                  guiIntfStruct.DiskChanged=1;
 		}
 	       break;