summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/play.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/play.h')
-rw-r--r--Gui/mplayer/play.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h
index 887a51d049..8fc0fbbf99 100644
--- a/Gui/mplayer/play.h
+++ b/Gui/mplayer/play.h
@@ -43,6 +43,7 @@ typedef struct
int StreamType;
int TimeSec;
int LengthInSec;
+ char Filename[4096];
} mplCommStruct;
extern mplCommStruct * mplShMem;