comparison mplayer.c @ 4965:923605707de6

sorry, 10l:)
author pontscho
date Thu, 07 Mar 2002 00:03:51 +0000
parents 13262bd21965
children 5da7b1522a9f
comparison
equal deleted inserted replaced
4964:4cceff46d1d8 4965:923605707de6
1101 exit_player(MSGTR_Exit_eof); 1101 exit_player(MSGTR_Exit_eof);
1102 } 1102 }
1103 1103
1104 sh_audio=d_audio->sh; 1104 sh_audio=d_audio->sh;
1105 sh_video=d_video->sh; 1105 sh_video=d_video->sh;
1106
1107 #ifdef HAVE_NEW_GUI
1108 #ifdef USE_DVDREAD
1109 if ( use_gui && stream->type == STREAMTYPE_DVD )
1110 {
1111 dvd_priv_t * dvdp = stream->priv;
1112 guiIntfStruct.DVD.titles=dvdp->vmg_file->tt_srpt->nr_of_srpts;
1113 guiIntfStruct.DVD.chapters=dvdp->vmg_file->tt_srpt->title[dvd_title].nr_of_ptts;
1114 guiIntfStruct.DVD.angles=dvdp->vmg_file->tt_srpt->title[dvd_title].nr_of_angles;
1115 guiIntfStruct.DVD.nr_of_audio_channels=dvdp->nr_of_channels;
1116 memcpy( guiIntfStruct.DVD.audio_streams,dvdp->audio_streams,sizeof( dvdp->audio_streams ) );
1117 guiIntfStruct.DVD.nr_of_subtitles=dvdp->nr_of_subtitles;
1118 memcpy( guiIntfStruct.DVD.subtitles,dvdp->subtitles,sizeof( dvdp->subtitles ) );
1119 guiIntfStruct.DVD.current_title=dvd_title + 1;
1120 guiIntfStruct.DVD.current_chapter=dvd_chapter + 1;
1121 guiIntfStruct.DVD.current_angle=dvd_angle + 1;
1122 guiIntfStruct.Track=dvd_title + 1;
1123 }
1124 #endif
1125 #endif
1126 1106
1127 current_module="video_read_properties"; 1107 current_module="video_read_properties";
1128 1108
1129 if(sh_video){ 1109 if(sh_video){
1130 1110