diff Gui/mplayer/psignal.c @ 2447:3248aabc6d1d

add vcd,dvd,etcsymbol handling
author pontscho
date Wed, 24 Oct 2001 10:58:18 +0000
parents 633a7f0d72a4
children f77f8379f28f
line wrap: on
line diff
--- a/Gui/mplayer/psignal.c	Wed Oct 24 09:18:20 2001 +0000
+++ b/Gui/mplayer/psignal.c	Wed Oct 24 10:58:18 2001 +0000
@@ -16,6 +16,7 @@
 
 #include "../../config.h"
 #include "../../libvo/x11_common.h"
+#include "../../libmpdemux/stream.h"
 
 #include "./mplayer.h"
 
@@ -174,6 +175,7 @@
 	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: