comparison Gui/mplayer/play.c @ 6996:163f78ece9c2

add uri2filename converter
author pontscho
date Wed, 14 Aug 2002 12:17:04 +0000
parents 0fa27966ac47
children 98bed9e12087
comparison
equal deleted inserted replaced
6995:8f92313a0cd5 6996:163f78ece9c2
105 if ( guiIntfStruct.FilenameChanged ) 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 #ifdef USE_DVDREAD
110 guiIntfStruct.DVD.current_title=1; 111 guiIntfStruct.DVD.current_title=1;
111 guiIntfStruct.DVD.current_chapter=1; 112 guiIntfStruct.DVD.current_chapter=1;
112 guiIntfStruct.DVD.current_angle=1; 113 guiIntfStruct.DVD.current_angle=1;
114 #endif
113 115
114 if ( !appMPlayer.subWindow.isFullScreen ) 116 if ( !appMPlayer.subWindow.isFullScreen )
115 { 117 {
116 wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height ); 118 wsResizeWindow( &appMPlayer.subWindow,appMPlayer.sub.width,appMPlayer.sub.height );
117 wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y ); 119 wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y );