summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 15:44:03 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 15:52:29 +0300
commit06405a5ba56a0c38b76859a8e1e4665061028a79 (patch)
tree2ed28c357697664f1d736455441314df2c71a261 /mplayer.c
parent77ec83e351ca7218464f8f77a711520d68fa2e5d (diff)
downloadmpv-06405a5ba56a0c38b76859a8e1e4665061028a79.tar.bz2
mpv-06405a5ba56a0c38b76859a8e1e4665061028a79.tar.xz
Move key_fifo_size & doubleclick_time to options struct
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");