summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 67e7f22001..6d680a0780 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -781,7 +781,7 @@ static void handle_loop_file(struct MPContext *mpctx)
}
}
-static void seek_to_last_frame(struct MPContext *mpctx)
+void seek_to_last_frame(struct MPContext *mpctx)
{
if (!mpctx->d_video)
return;