summaryrefslogtreecommitdiffstats
path: root/player/discnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/discnav.c')
-rw-r--r--player/discnav.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/discnav.c b/player/discnav.c
index 2c24fc9a42..1511dec468 100644
--- a/player/discnav.c
+++ b/player/discnav.c
@@ -270,7 +270,6 @@ void mp_handle_nav(struct MPContext *mpctx)
if (nav->nav_still_frame > 0) {
// gross hack
mpctx->time_frame += nav->nav_still_frame;
- mpctx->playing_last_frame = true;
nav->nav_still_frame = -2;
} else if (nav->nav_still_frame == -2) {
struct mp_nav_cmd inp = {MP_NAV_CMD_SKIP_STILL};