summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/psignal.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 10:58:18 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-24 10:58:18 +0000
commit8cf74425f9935b30da5fda4b78ca5281456886f9 (patch)
treeaf19430d2962ba9d14c3fea29a4829ed76f926f5 /Gui/mplayer/psignal.c
parent90e0b71a9e1178e4a2bededf6f4b37131b480422 (diff)
downloadmpv-8cf74425f9935b30da5fda4b78ca5281456886f9.tar.bz2
mpv-8cf74425f9935b30da5fda4b78ca5281456886f9.tar.xz
add vcd,dvd,etcsymbol handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2448 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/psignal.c')
-rw-r--r--Gui/mplayer/psignal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/psignal.c b/Gui/mplayer/psignal.c
index 8dc24da2e8..0e2fa8d504 100644
--- a/Gui/mplayer/psignal.c
+++ b/Gui/mplayer/psignal.c
@@ -16,6 +16,7 @@
#include "../../config.h"
#include "../../libvo/x11_common.h"
+#include "../../libmpdemux/stream.h"
#include "./mplayer.h"
@@ -174,6 +175,7 @@ void mplMainSigHandler( int s )
strcat( mplShMem->Filename,gtkShMem->fs.filename );
printf( "%%%%%%%% Playing file: %s\n",mplShMem->Filename );
mplShMem->FilenameChanged=1;
+ mplShMem->StreamType=STREAMTYPE_FILE;
if ( mplMainAutoPlay ) mplGeneralTimer=1;
break;
case evMessageBox: