summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index a3c69988e4..92b21165d0 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2634,7 +2634,7 @@ int gui_no_filename=0;
}
}
}
- mpctx->key_fifo = mp_fifo_create();
+ mpctx->key_fifo = mp_fifo_create(opts);
#if defined(WIN32) && defined(HAVE_NEW_GUI)
void *runningmplayer = FindWindow("MPlayer GUI for Windows", "MPlayer for Windows");