summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 09:56:22 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 09:56:22 +0000
commitcf36e872773ac822c57aac5a63a1ca1c1f82119d (patch)
tree204a007a76acbfbb81546df6c174c43b028fd891 /Gui
parent89488931193b5ea48778819463e43f10504dbde8 (diff)
downloadmpv-cf36e872773ac822c57aac5a63a1ca1c1f82119d.tar.bz2
mpv-cf36e872773ac822c57aac5a63a1ca1c1f82119d.tar.xz
mondom fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2996 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/mw.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index 39cfe869ac..656aff4e97 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -241,9 +241,11 @@ void mplMsgHandle( int msg,float param )
switch ( mplShMem->StreamType )
{
-// case STREAMTYPE_FILE: strcat( trbuf,"f" ); break;
-// case STREAMTYPE_STREAM: strcat( trbuf,"u" ); break;
-// case STREAMTYPE_VCD: strcat( trbuf,"v" ); break;
+ case STREAMTYPE_STREAM:
+ case STREAMTYPE_VCD:
+ case STREAMTYPE_FILE:
+ dvd_title=0;
+ break;
case STREAMTYPE_DVD:
dvd_title=1;
dvd_chapter=1;