From 0fe62bc1d2ecdc9c562d5c09e14dc7b6e844896e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Jul 2016 00:11:57 +0200 Subject: player: it's not --force-seeking but --force-seekable Oops. Fuck. --- player/playloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/playloop.c') diff --git a/player/playloop.c b/player/playloop.c index 311bbd178d..0062a30888 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -189,7 +189,7 @@ static void mp_seek(MPContext *mpctx, struct seek_params seek) if (!mpctx->demuxer->seekable) { MP_ERR(mpctx, "Cannot seek in this file.\n"); - MP_ERR(mpctx, "You can forcibly enable it with '--force-seeking=yes'.\n"); + MP_ERR(mpctx, "You can forcibly enable it with '--force-seekable=yes'.\n"); return; } -- cgit v1.2.3