player: it's not --force-seeking but --force-seekable

Oops. Fuck.
This commit is contained in:
wm4 2016-07-06 00:11:57 +02:00
parent d72bcc8041
commit 0fe62bc1d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}