diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-07 23:15:35 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-09 00:37:03 +0530 |
commit | 9c12938ec504bfaf9e389ea603fe89502e8d1cac (patch) | |
tree | 2db5b1a7f827789ae18199d14c165fe038e98f0f /doc/ffmpeg.texi | |
parent | 648361c2faf39dbd00b716367add6ccea1464030 (diff) | |
download | ffmpeg-9c12938ec504bfaf9e389ea603fe89502e8d1cac.tar.gz |
ffmpeg: mark sseof as an input-only option
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 79da1ae14d..3717f22d42 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -508,7 +508,7 @@ input until the timestamps reach @var{position}. @var{position} must be a time duration specification, see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}. -@item -sseof @var{position} (@emph{input/output}) +@item -sseof @var{position} (@emph{input}) Like the @code{-ss} option but relative to the "end of file". That is negative values are earlier in the file, 0 is at EOF. |