diff options
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |