comparison Gui/mplayer/play.c @ 6912:5ddd609550d5

- fix equ handling - fix dvd pos bar - fix 10l bug in evLoadPlay bugfix :) - mittomen
author pontscho
date Mon, 05 Aug 2002 01:14:14 +0000
parents c2d4100c964e
children 0fa27966ac47
comparison
equal deleted inserted replaced
6911:695bd84c1b24 6912:5ddd609550d5
100 gfree( (void **)&guiIntfStruct.AudioFile ); 100 gfree( (void **)&guiIntfStruct.AudioFile );
101 gfree( (void **)&guiIntfStruct.Subtitlename ); 101 gfree( (void **)&guiIntfStruct.Subtitlename );
102 } 102 }
103 else 103 else
104 { 104 {
105 if ( mplMainAutoPlay ) { mplMainAutoPlay=0; return; } 105 if ( guiIntfStruct.FilenameChanged ) return;
106 106
107 guiIntfStruct.TimeSec=0; 107 guiIntfStruct.TimeSec=0;
108 guiIntfStruct.Position=0; 108 guiIntfStruct.Position=0;
109 guiIntfStruct.AudioType=0; 109 guiIntfStruct.AudioType=0;
110 guiIntfStruct.DVD.current_title=1;
111 guiIntfStruct.DVD.current_chapter=1;
112 guiIntfStruct.DVD.current_angle=1;
110 113
111 if ( !appMPlayer.subWindow.isFullScreen ) 114 if ( !appMPlayer.subWindow.isFullScreen )
112 { 115 {
113 wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height ); 116 wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height );
114 wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y ); 117 wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y );