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 e843c07436..490f1c7e35 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -5003,7 +5003,7 @@ goto_enable_cache:
mpctx->paused ? VOCTRL_PAUSE : VOCTRL_RESUME, NULL);
if (mpctx->opts.start_paused)
- add_step_frame(mpctx);
+ pause_player(mpctx);
while (!mpctx->stop_play)
run_playloop(mpctx);