summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 7a5fabf31a..25475ced80 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -642,6 +642,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
appInit( argc,argv,envp,(void*)mDisplay );
inited_flags|=INITED_GUI;
mplShMem->Playing= (gui_no_filename) ? 0 : 1;
+ mplState();
}
#endif