summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 00:03:51 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 00:03:51 +0000
commitaa242fc9c3cccee4dd355a01d374605b252c766d (patch)
treeed63a15d0f97cc9f7161f5b7d2451e9d91aab601 /mplayer.c
parent68501fc2d58205ebbf0c8a61f2ab029f00441043 (diff)
downloadmpv-aa242fc9c3cccee4dd355a01d374605b252c766d.tar.bz2
mpv-aa242fc9c3cccee4dd355a01d374605b252c766d.tar.xz
sorry, 10l:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/mplayer.c b/mplayer.c
index d6b3b5d53c..5703233212 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1104,26 +1104,6 @@ if((stream_dump_type)&&(stream_dump_type!=4)){
sh_audio=d_audio->sh;
sh_video=d_video->sh;
-#ifdef HAVE_NEW_GUI
-#ifdef USE_DVDREAD
-if ( use_gui && stream->type == STREAMTYPE_DVD )
- {
- dvd_priv_t * dvdp = stream->priv;
- guiIntfStruct.DVD.titles=dvdp->vmg_file->tt_srpt->nr_of_srpts;
- guiIntfStruct.DVD.chapters=dvdp->vmg_file->tt_srpt->title[dvd_title].nr_of_ptts;
- guiIntfStruct.DVD.angles=dvdp->vmg_file->tt_srpt->title[dvd_title].nr_of_angles;
- guiIntfStruct.DVD.nr_of_audio_channels=dvdp->nr_of_channels;
- memcpy( guiIntfStruct.DVD.audio_streams,dvdp->audio_streams,sizeof( dvdp->audio_streams ) );
- guiIntfStruct.DVD.nr_of_subtitles=dvdp->nr_of_subtitles;
- memcpy( guiIntfStruct.DVD.subtitles,dvdp->subtitles,sizeof( dvdp->subtitles ) );
- guiIntfStruct.DVD.current_title=dvd_title + 1;
- guiIntfStruct.DVD.current_chapter=dvd_chapter + 1;
- guiIntfStruct.DVD.current_angle=dvd_angle + 1;
- guiIntfStruct.Track=dvd_title + 1;
- }
-#endif
-#endif
-
current_module="video_read_properties";
if(sh_video){