From ff531b71e3c593c6a05475fcb2510ee00ec7c9d4 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sat, 1 Oct 2016 14:51:17 -0400 Subject: command: allow absolute seeks relative to end of stream "seek -10 absolute" will seek to 10 seconds before the end. This more or less matches the --start option and negative seeks were otherwise useless (they just clipped to 0). --- DOCS/man/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index c7a9d26cac..d15aa41903 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -95,7 +95,7 @@ List of Input Commands relative (default) Seek relative to current position (a negative value seeks backwards). absolute - Seek to a given time. + Seek to a given time (a negative value starts from the end of the file). absolute-percent Seek to a given percent position. relative-percent -- cgit v1.2.3